Skip to content

Commit 1446803

Browse files
author
zhanq
committed
iOS-修正清除本地通知api入参
1 parent e142b4c commit 1446803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTJPushModule/RCTJPushModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ - (id)init
330330
}
331331
}
332332

333-
RCT_EXPORT_METHOD(clearLocalNotifications:(NSDictionary *)params)
333+
RCT_EXPORT_METHOD(clearLocalNotifications)
334334
{
335335
[JPUSHService removeNotification:nil];
336336
}

0 commit comments

Comments
 (0)