From b1cb556832914db5fd2dc543573d8ace0d8fe218 Mon Sep 17 00:00:00 2001 From: Alina Chen Date: Sat, 9 Nov 2024 20:13:27 -0500 Subject: [PATCH] fixed lint --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 42040737df..a6b06377a8 100644 --- a/test/api.js +++ b/test/api.js @@ -663,7 +663,7 @@ describe('API', async () => { if (additionalProperties) { // All bets are off return; } - if (prop === "isEnglish" || prop === "translatedContent") { + if (prop === 'isEnglish' || prop === 'translatedContent') { return; // Skip the check for these properties }