Skip to content

Commit f32c9e5

Browse files
authored
fix syntax issue
1 parent 0028d13 commit f32c9e5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/index.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,9 @@ export namespace OneSignal {
944944

945945
RNOneSignal.addOutcomeWithValue(name, Number(value));
946946
}
947+
}
948+
}
949+
947950
export { OSNotificationPermission } from './constants/subscription';
948951
export {
949952
NotificationWillDisplayEvent,
@@ -957,13 +960,9 @@ export {
957960
type PushSubscriptionChangedState,
958961
type PushSubscriptionState,
959962
type UserChangedState,
960-
type UserState
963+
type UserState,
961964
};
962-
type UserChangedState,
963-
export { default as OSNotification } from './OSNotification';
964-
export type { InAppMessageClickResult } from './types/inAppMessage';
965-
export type { NotificationClickResult } from './types/notificationEvents';
966965

967966
export { default as OSNotification } from './OSNotification';
968967
export type { InAppMessageClickResult } from './types/inAppMessage';
969-
export type { NotificationClickResult } from './types/notificationEvents';
968+
export type { NotificationClickResult } from './types/notificationEvents';

0 commit comments

Comments
 (0)