Skip to content

Commit

Permalink
fix(types): move expoPushToken to ExpoPushErrorReceipt details (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
saifhalila authored Nov 7, 2024
1 parent b470314 commit b3074b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpoClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ export type ExpoPushErrorReceipt = {
| 'MessageRateExceeded'
| 'MessageTooBig'
| 'ProviderError';
expoPushToken?: string;
};
expoPushToken?: string;
// Internal field used only by developers working on Expo
__debug?: any;
};
Expand Down

0 comments on commit b3074b0

Please sign in to comment.