Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Churros
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Lebeault
Churros
Commits
a856f58e
Commit
a856f58e
authored
Nov 16, 2023
by
Ewen Le Bihan
Browse files
Options
Downloads
Patches
Plain Diff
fix(reports): everyone sees lits-chan's reports
déso antonin uwu
parent
dbe63e33
Branches
Branches containing commit
Tags
v1.23.7
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/api/src/services/gitlab.ts
+1
-1
1 addition, 1 deletion
packages/api/src/services/gitlab.ts
with
1 addition
and
1 deletion
packages/api/src/services/gitlab.ts
+
1
−
1
View file @
a856f58e
...
...
@@ -229,7 +229,7 @@ builder.queryField('issuesByUser', (t) =>
}`
;
const
{
fromIssuebot
,
fromGitlabUsers
}
=
await
fetch
(
`https://git.inpt.fr/api/graphql`
,
{
body
:
JSON
.
stringify
({
query
:
query
(
'
litschan
'
)
}),
body
:
JSON
.
stringify
({
query
:
query
(
user
.
uid
)
}),
method
:
'
POST
'
,
headers
:
{
'
Content-Type
'
:
'
application/json
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment