mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-06 09:56:03 +00:00
Fix linting
This commit is contained in:
parent
13f1374c60
commit
bdfee57b43
@ -226,7 +226,7 @@ type Mutation {
|
||||
slug: String
|
||||
content: String!
|
||||
files: [FileInput]
|
||||
image: ImageInput,
|
||||
image: ImageInput
|
||||
visibility: Visibility
|
||||
language: String
|
||||
categoryIds: [ID]
|
||||
@ -242,7 +242,7 @@ type Mutation {
|
||||
content: String!
|
||||
contentExcerpt: String
|
||||
files: [FileInput]
|
||||
image: ImageInput,
|
||||
image: ImageInput
|
||||
visibility: Visibility
|
||||
language: String
|
||||
categoryIds: [ID]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user