Skip to content

Commit 04c3f63

Browse files
author
TC130精神扰乱装置
authored
Merge pull request #753 from jpush/dev
iOS-修正清除本地通知api入参
2 parents e853dfc + 1446803 commit 04c3f63

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)