Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing request body type #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vonovak
Copy link
Contributor

@vonovak vonovak commented Nov 7, 2024

_contentAvailable is documented at https://docs.expo.dev/push-notifications/sending-notifications/#message-request-format
data is a JSON object so keys should be of type string (this is a minor change)

@vonovak vonovak requested a review from a team as a code owner November 7, 2024 12:03
@vonovak vonovak requested review from douglowder and removed request for a team November 7, 2024 12:03
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b470314) to head (7ef3496).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #102   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          168       168           
  Branches        33        32    -1     
=========================================
  Hits           168       168           
Flag Coverage Δ
node_18 100.00% <ø> (ø)
node_20 100.00% <ø> (ø)
node_22 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant