Skip to content

Commit

Permalink
edited test/api.js - lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent a1c9858 commit ac7857f
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 @@ -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
}

Expand Down

0 comments on commit ac7857f

Please sign in to comment.