stuff
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2021-09-20 23:14:52 +02:00
parent 50fff7b5ad
commit 4f861883fc
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
resJson, err := json.Marshal(httpResposne)
if err != nil {
log.Fatal().Err(err).Interface("httpResponse", ResultReturn).Msg("Check Error")
log.Fatal().Err(err).Interface("httpResponse", ResultReturn{}).Msg("Check Error")
}
if gloableRes {
w.Write(resJson)