Skip to content

Commit

Permalink
fixed lint issues in test/api.js :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakaabi committed Oct 14, 2024
1 parent 3ac3089 commit 2d767d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,7 @@ describe('API', async () => {
}

function compare(schema, response, method, path, context) {

if (path === '/api/topics/'){
if (path === '/api/topics/') {
return;
}

Expand Down

0 comments on commit 2d767d4

Please sign in to comment.