Skip to content

Commit a7e86c6

Browse files
committed
Fix type
1 parent 09e49b2 commit a7e86c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apns.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class ApnsClient extends EventEmitter {
108108
return notification
109109
}
110110

111-
let json
111+
let json: any
112112

113113
try {
114114
json = await res.json()

0 commit comments

Comments
 (0)