From ac7857f3c8990670a5445dcf7c33a21ba435c9fe Mon Sep 17 00:00:00 2001 From: Hakaabi Date: Mon, 14 Oct 2024 19:02:08 +0300 Subject: [PATCH] edited test/api.js - lint issues --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 482b636f69..7e738f9eb3 100644 --- a/test/api.js +++ b/test/api.js @@ -678,7 +678,7 @@ describe('API', async () => { // Compare the response to the schema Object.keys(response).forEach((prop) => { - if (prop === "isAnonymous") { + if (prop === 'isAnonymous') { return; // Skip the "isAnonymous" property }