Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jul 22, 2021
1 parent 2659c51 commit 843e595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascripts/renderer/renderer.ts
Expand Up @@ -42,7 +42,7 @@ window._bugsnag_api_key = BUGSNAG_API_KEY;
// eslint-disable-next-line no-undef
DEFAULT_SYNC_SERVER || 'https://sync.standardnotes.org',
window.bridge,
WEBSOCKET_URL,
WEBSOCKET_URL
);

await new Promise((resolve) =>
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Expand Up @@ -142,7 +142,7 @@ module.exports = function ({
),
BUGSNAG_API_KEY: JSON.stringify(process.env.BUGSNAG_API_KEY),
EXPERIMENTAL_FEATURES,
WEBSOCKET_URL: JSON.stringify(process.env.WEBSOCKET_URL)
WEBSOCKET_URL: JSON.stringify(process.env.WEBSOCKET_URL),
}),
],
};
Expand Down

0 comments on commit 843e595

Please sign in to comment.