Skip to content

Commit

Permalink
fix(messaging): add missing PRIORITY_MIN value it JS part
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui committed Jan 26, 2022
1 parent 6f67503 commit 672b9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/messaging/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const statics = {
PROVISIONAL: 2,
},
NotificationAndroidPriority: {
PRIORITY_MIN = -2,
PRIORITY_LOW: -1,
PRIORITY_DEFAULT: 0,
PRIORITY_HIGH: 1,
Expand Down

0 comments on commit 672b9ff

Please sign in to comment.