Skip to content

Commit

Permalink
problem: doesn't compile
Browse files Browse the repository at this point in the history
rel: [fc5bf97]
  • Loading branch information
splix committed Feb 13, 2025
1 parent fc5bf97 commit f39fc7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ app.on('ready', () => {
let apiAccess: EmeraldApiAccess;

if (apiMode.id === DevelopmentMode.id) {
apiAccess = new EmeraldApiAccessDev(settings.getId(), versions);
apiAccess = new EmeraldApiAccessDev(versions);
} else {
apiAccess = new EmeraldApiAccessProd(settings.getId(), versions);
apiAccess = new EmeraldApiAccessProd(versions);
}

logger.info('Connect to', apiAccess.address);
Expand Down

0 comments on commit f39fc7b

Please sign in to comment.