mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint backend/seed/factories/reports.js
This commit is contained in:
parent
b160fe9b5a
commit
a9161f4cee
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ cypress.env.json
|
|||||||
|
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
**/coverage
|
**/coverage
|
||||||
|
webapp/components/issue 844-.code-workspace
|
||||||
|
|||||||
@ -8,10 +8,12 @@ export default function create(params) {
|
|||||||
mutation($id: ID!, $description: String!) {
|
mutation($id: ID!, $description: String!) {
|
||||||
report(description: $description, id: $id) {
|
report(description: $description, id: $id) {
|
||||||
id
|
id
|
||||||
createdAt
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
variables: { id, description },
|
variables: {
|
||||||
|
id,
|
||||||
|
description,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user