Skip to content

Commit 196f1eb

Browse files
joaomariolagopatrickelectric
authored andcommitted
core:frontend: Fix lint main.ts
1 parent 688b1b9 commit 196f1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/frontend/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ console.info(`Running: ${release}`)
4343
if (version) {
4444
Sentry.init({
4545
Vue,
46-
release: release,
47-
dsn: "https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040",
46+
release,
47+
dsn: 'https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040',
4848
integrations: [
4949
Sentry.browserTracingIntegration({ router }),
5050
Sentry.replayIntegration(),

0 commit comments

Comments
 (0)