Skip to content

Commit e72517e

Browse files
authored
Merge pull request #64 from scientist-softserv/rename-webhook
rename-webhook
2 parents 06c870b + 0a7868b commit e72517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api/webhooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const getWebhookConfig = async (accessToken) => {
1111
export const createWebhookConfig = (accessToken) => {
1212
/* eslint-disable camelcase */
1313
const webhook_config = {
14-
'name': 'Webstore',
14+
'name': `${process.env.NEXT_PUBLIC_PROVIDER_NAME} DS`,
1515
'url': `${process.env.NEXT_PUBLIC_WEBHOOK_URL}`,
1616
'active': true,
1717
'params': {

0 commit comments

Comments
 (0)