Skip to content

Commit

Permalink
style(onesignal): add semicolon fix lint (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela authored and ihadeed committed Oct 11, 2016
1 parent 7b2fe69 commit c5fd83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/onesignal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ export interface OneSignalNotification {
adm_group_message?: any;
ttl?: number;
priority?: number;
ios_category?: string
ios_category?: string;
}

0 comments on commit c5fd83d

Please sign in to comment.