Skip to content

Commit

Permalink
Removed semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Nov 21, 2023
1 parent 294cc09 commit 9693408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
jsError: true
}
}
};
const analytics = new oneDS.ApplicationInsights();
analytics.initialize(config, []);
}
const analytics = new oneDS.ApplicationInsights()
analytics.initialize(config, [])
</script>

0 comments on commit 9693408

Please sign in to comment.