Skip to content

Commit

Permalink
Merge pull request #24638 from hungvu193/fix-24505
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Aug 17, 2023
2 parents 2e1c4e7 + 092b174 commit e89ea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const CONFIG = require('../src/CONFIG').default;
const CONST = require('../src/CONST').default;
const Localize = require('../src/libs/Localize');

const port = process.env.PORT || 8080;
const port = process.env.PORT || 8082;
const {DESKTOP_SHORTCUT_ACCELERATOR} = CONST;

app.setName('New Expensify');
Expand Down

0 comments on commit e89ea9d

Please sign in to comment.