We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7892a28 commit 68ebc87Copy full SHA for 68ebc87
client/src/components/Masthead/_webhooks.js
@@ -2,7 +2,7 @@ import { appendScriptStyle } from "utils/utils";
2
import { loadWebhooks } from "utils/webhooks";
3
4
export async function loadMastheadWebhooks(items) {
5
- const webhooks = loadWebhooks("masthead");
+ const webhooks = await loadWebhooks("masthead");
6
webhooks.forEach((webhook) => {
7
if (webhook.activate) {
8
const obj = {
0 commit comments