Skip to content

Commit

Permalink
remove DEV_NEW_EXPENSIFY_URL_WITH_PORT_REGEX as it was fixed in main
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Aug 28, 2023
1 parent cd78163 commit feb0ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ const CONST = {

// Use Environment.getEnvironmentURL to get the complete URL with port number
DEV_NEW_EXPENSIFY_URL: 'http://localhost:',
DEV_NEW_EXPENSIFY_URL_WITH_PORT_REGEX: /^(http):\/\/(localhost):[0-9]{1,4}\//,

SIGN_IN_FORM_WIDTH: 300,

Expand Down

0 comments on commit feb0ecf

Please sign in to comment.