Skip to content

Commit

Permalink
Merge pull request #37696 from Expensify/francois-fix-asmutable
Browse files Browse the repository at this point in the history
Delete dupe `src/types/utils/AsMutable.ts`, use `asMutable`
  • Loading branch information
iwiznia authored Mar 4, 2024
2 parents 02b5678 + 6fe9f90 commit 8b026d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/types/utils/AsMutable.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tests/utils/PusherHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CONFIG from '@src/CONFIG';
import CONST from '@src/CONST';
import * as Pusher from '@src/libs/Pusher/pusher';
import PusherConnectionManager from '@src/libs/PusherConnectionManager';
import asMutable from '@src/types/utils/AsMutable';
import asMutable from '@src/types/utils/asMutable';

const CHANNEL_NAME = `${CONST.PUSHER.PRIVATE_USER_CHANNEL_PREFIX}1${CONFIG.PUSHER.SUFFIX}`;

Expand Down

0 comments on commit 8b026d0

Please sign in to comment.