Skip to content

Commit

Permalink
refactor: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Jul 19, 2024
1 parent 9d2e9b0 commit 8635a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/assets/internal/scripts/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Constant = {
email: '[email protected]',
},
app: {
baseUrlWebService: 'https://muslimboard-api.novalagung.com', // 'http://localhost:8012',
baseUrlWebService: 'https://muslimboard-api.novalagung.com',
baseUrlGithub: 'https://muslimboard.novalagung.com/extension/data',
debug: (() => !('update_url' in chrome.runtime.getManifest()))(),
timeoutDuration: Utility.seconds(5),
Expand Down

0 comments on commit 8635a3b

Please sign in to comment.