Skip to content

Commit

Permalink
Fix code style issue in notification module
Browse files Browse the repository at this point in the history
ISSUE: ACS0CAUI-1, ACS0CAUI-2
  • Loading branch information
goran-stamenkovski-logeecom committed Dec 5, 2023
1 parent e91c35c commit 84cba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/test/fake-extension-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function initTunnel() {
try {
tunnel = await localtunnel({
port,
subdomain: tunnelDomain
subdomain: tunnelDomain,
})
break
} catch (e) {
Expand Down

0 comments on commit 84cba23

Please sign in to comment.