Skip to content

Commit

Permalink
fix(messaging): add missing PRIORITY_MIN value in JS to match TS (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored Jan 26, 2022
1 parent 6f67503 commit d34112a
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

1 comment on commit d34112a

@vercel
Copy link

@vercel vercel bot commented on d34112a Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.