Lint typo
This commit is contained in:
+3
-3
@@ -94,7 +94,7 @@ export async function createVersion({
|
||||
readContentVersions({
|
||||
filter: {
|
||||
collection: {
|
||||
'_eq': collection
|
||||
_eq: collection
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -126,10 +126,10 @@ export async function createVersion({
|
||||
readContentVersions({
|
||||
filter: {
|
||||
user_created: {
|
||||
"_eq": userId
|
||||
_eq: userId
|
||||
},
|
||||
key: {
|
||||
"_eq": key
|
||||
_eq: key
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user