Commit 68ebc87c authored by guerler's avatar guerler
Browse files

Fix masthead webhook request method

parent 7892a289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {