mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-19 01:00:39 +08:00
translate
This commit is contained in:
@@ -44,7 +44,7 @@ export class Pushy {
|
||||
|
||||
constructor(options: PushyOptions) {
|
||||
if (!options.appKey) {
|
||||
throw new Error('appKey is required for withUpdates()');
|
||||
throw new Error('appKey is required');
|
||||
}
|
||||
for (const [key, value] of Object.entries(options)) {
|
||||
if (value !== undefined) {
|
||||
|
Reference in New Issue
Block a user