Fix webhook transactions never been logging

This commit is contained in:
stuzer05 committed 2024-08-29 16:03:08 +03:00
1 parent fb7796c475
commit 25212fbd1c
1 file changed
+1 -1
+1 -1
View File
@@ -18,7 +18,7 @@ func handleWebhook(w http.ResponseWriter, r *http.Request) {
}
// log body string
app.LogString(string(body))
defer app.LogString(string(body))
// check request empty body
if len(string(body)) == 0 {