Skip to content

Commit 68ebc87

Browse files
committed
Fix masthead webhook request method
1 parent 7892a28 commit 68ebc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Masthead/_webhooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { appendScriptStyle } from "utils/utils";
22
import { loadWebhooks } from "utils/webhooks";
33

44
export async function loadMastheadWebhooks(items) {
5-
const webhooks = loadWebhooks("masthead");
5+
const webhooks = await loadWebhooks("masthead");
66
webhooks.forEach((webhook) => {
77
if (webhook.activate) {
88
const obj = {

0 commit comments

Comments
 (0)