mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
style(onesignal): add semicolon fix lint (#672)
This commit is contained in:
committed by
Ibrahim Hadeed
parent
7b2fe69c7c
commit
c5fd83ddb6
@@ -252,5 +252,5 @@ export interface OneSignalNotification {
|
||||
adm_group_message?: any;
|
||||
ttl?: number;
|
||||
priority?: number;
|
||||
ios_category?: string
|
||||
ios_category?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user