Loading client/src/components/Masthead/_webhooks.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import { appendScriptStyle } from "utils/utils"; import { loadWebhooks } from "utils/webhooks"; export async function loadMastheadWebhooks(items) { const webhooks = loadWebhooks("masthead"); const webhooks = await loadWebhooks("masthead"); webhooks.forEach((webhook) => { if (webhook.activate) { const obj = { Loading Loading
client/src/components/Masthead/_webhooks.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import { appendScriptStyle } from "utils/utils"; import { loadWebhooks } from "utils/webhooks"; export async function loadMastheadWebhooks(items) { const webhooks = loadWebhooks("masthead"); const webhooks = await loadWebhooks("masthead"); webhooks.forEach((webhook) => { if (webhook.activate) { const obj = { Loading