Skip to content

Commit

Permalink
[TS migration][PusherHelper] Changed file name and location
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Feb 22, 2024
1 parent 26c2a72 commit 036f22c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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/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 036f22c

Please sign in to comment.