-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 gupshup request #5258
Fix gupshup request #5258
Conversation
👷 Deploy request for dev-web-novu pending review.Visit the deploys page to approve it
|
import { Agent } from 'https'; | ||
import crypto from 'crypto'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { Agent } from 'https'; | |
import crypto from 'crypto'; |
Please remove these unused imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please add the following to this file
moduleNameMapper: {
axios: 'axios/dist/node/axios.cjs',
},
- on the root run
pnpm install
to update thepnpm.lock
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- To fix the spell check pipeline error, please add
userid
to this file - Also, fix the prettier issue in the
gupshup.provider.ts
file
What change does this PR introduce?
Why was this change needed?
Other information (Screenshots)