Skip to content

Commit

Permalink
Merge pull request #64 from scientist-softserv/rename-webhook
Browse files Browse the repository at this point in the history
rename-webhook
  • Loading branch information
alishaevn authored Mar 4, 2024
2 parents 06c870b + 0a7868b commit e72517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api/webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const getWebhookConfig = async (accessToken) => {
export const createWebhookConfig = (accessToken) => {
/* eslint-disable camelcase */
const webhook_config = {
'name': 'Webstore',
'name': `${process.env.NEXT_PUBLIC_PROVIDER_NAME} DS`,
'url': `${process.env.NEXT_PUBLIC_WEBHOOK_URL}`,
'active': true,
'params': {
Expand Down

0 comments on commit e72517e

Please sign in to comment.