diff --git a/channels-and-providers/push/expo-push.mdx b/channels-and-providers/push/expo-push.mdx index 1f3521ad..a5536d80 100644 --- a/channels-and-providers/push/expo-push.mdx +++ b/channels-and-providers/push/expo-push.mdx @@ -30,8 +30,7 @@ Before triggering the notification to a subscriber(user) with push as a step in ```javaScript import { - Novu, - ChatProviderIdEnum + Novu,PushProviderIdEnum } from '@novu/node'; const novu = new Novu(""); @@ -56,4 +55,4 @@ curl -L -X PUT 'https://api.novu.co/v1/subscribers//credentials' -Checkout the [API reference](/api-reference/subscribers/update-subscriber-credentials) for more details. \ No newline at end of file +Checkout the [API reference](/api-reference/subscribers/update-subscriber-credentials) for more details.