Skip to content

Commit 1af9259

Browse files
[STREAM-151] Codacy any -> unknown
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
1 parent a4fcd66 commit 1af9259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/stats-aggregator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ describe('StatsAggregator', () => {
401401
const mockSession = new MockSession() as unknown as IExtendedMediaSession;
402402
(mockSession as unknown).peerID = '';
403403
const sdk = new SimpleMockSdk() as unknown as GenesysCloudWebrtSdk;
404-
const sendIqMock = (sdk as any)._streamingConnection._webrtcSessions.sendIq;
404+
const sendIqMock = (sdk as unknown)._streamingConnection._webrtcSessions.sendIq;
405405
const statsAggregator = new StatsAggregator(mockSession, sdk);
406406
const rtpStats = {
407407
packetsReceived: 5,

0 commit comments

Comments
 (0)