From ffae1a02e9939dcd12ad4624296999f77c635ac1 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Wed, 17 May 2023 18:33:35 +0200 Subject: [PATCH] test Signed-off-by: Max Schmidt --- payload/src/collections/Posts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/payload/src/collections/Posts.ts b/payload/src/collections/Posts.ts index fca485b..2b59741 100644 --- a/payload/src/collections/Posts.ts +++ b/payload/src/collections/Posts.ts @@ -14,6 +14,7 @@ const Posts: CollectionConfig = { hooks: { afterChange: [ async () => { + console.log("HALLO"); await fetch("https://api.github.com/repos/mooxl/astroad/dispatches", { method: "POST", headers: {