Skip to content

Commit a52d18d

Browse files
committed
fix type error
1 parent cef2b41 commit a52d18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ export class Pushy {
354354
return;
355355
}
356356
if (onDownloadProgress) {
357+
// @ts-expect-error harmony not in existing platforms
357358
if (Platform.OS === 'harmony') {
358359
Pushy.progressHandlers[hash] = DeviceEventEmitter.addListener(
359360
'RCTPushyDownloadProgress',

0 commit comments

Comments
 (0)