Skip to content

Commit

Permalink
Fix: Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Sep 19, 2024
1 parent 85eef7e commit 15b77cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/blocks/global-navigation/global-navigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import { getConfig } from '../../../tools/send-to-caas/send-utils.js';

async function initGnav(block) {
try {
await initNav(block)
} catch(e) {
await initNav(block);
} catch (e) {
// should throw error
}
}
Expand Down

0 comments on commit 15b77cf

Please sign in to comment.