Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
a1inachen committed Nov 10, 2024
1 parent d64171a commit b1cb556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b1cb556

Please sign in to comment.