Made changes for 0.8.75

This commit is contained in:
frikky
2021-04-22 19:57:26 +02:00
parent cd1006ed0f
commit 166787e212
10 changed files with 23 additions and 18 deletions
+1 -2
View File
@@ -2471,9 +2471,8 @@ func handleWebhookCallback(resp http.ResponseWriter, request *http.Request) {
// Scared whether it may stop other things though, but that's a future problem
// (famous last words)
parsedBody = shuffle.GetExecutiobody(body)
//log.Printf("\n\nPARSEDBODY: %s", parsedBody)
parsedBody := shuffle.GetExecutionbody(body)
newBody := shuffle.ExecutionStruct{
Start: hook.Start,
ExecutionSource: "webhook",