Skip to content
Snippets Groups Projects
Commit a856f58e authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(reports): everyone sees lits-chan's reports

déso antonin uwu
parent dbe63e33
Branches
Tags v1.23.7
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment