From 3ea43fd92501bd4518187bf3a7716f88c6200443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 1 Sep 2024 18:25:21 +0400 Subject: [PATCH] Lint typo --- lib/directus.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/directus.js b/lib/directus.js index 9a38bdd..0f80289 100644 --- a/lib/directus.js +++ b/lib/directus.js @@ -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 } } })