Skip to content

Commit

Permalink
dummy code update
Browse files Browse the repository at this point in the history
  • Loading branch information
adhorodyski committed Mar 7, 2025
1 parent 2d0d0c0 commit 88ad226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const EMPTY_OBJECT = Object.freeze({});

const DEFAULT_NUMBER_ID = 0;

const test = 'test';

Check failure on line 25 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / ESLint check

'test' is assigned a value but never used

Check failure on line 25 in src/CONST.ts

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

'test' is assigned a value but never used
const CLOUDFRONT_DOMAIN = 'cloudfront.net';
const CLOUDFRONT_URL = `https://d2k5nsl2zxldvw.${CLOUDFRONT_DOMAIN}`;
const ACTIVE_EXPENSIFY_URL = addTrailingForwardSlash(Config?.NEW_EXPENSIFY_URL ?? 'https://new.expensify.com');
Expand Down

0 comments on commit 88ad226

Please sign in to comment.