Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 28, 2020
1 parent a0a7f0a commit 94e9897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion src/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function build() {
// if not local development
if (window.location.host !== 'localhost:3000') {
Sentry.init({
dsn: "https://[email protected]/86",
dsn: 'https://[email protected]/86',
release: 'iobroker.' + window.adapterName + '@' + version,
integrations: [
new SentryIntegrations.Dedupe()
Expand Down

0 comments on commit 94e9897

Please sign in to comment.