mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
style(onesignal): add semicolon fix lint (#672)
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user