Lint typo

This commit is contained in:
2024-09-01 18:25:21 +04:00
parent 274dabe2e2
commit 3ea43fd925
+3 -3
View File
@@ -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
}
}
})