Skip to content

Commit

Permalink
write status on db
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 16, 2024
1 parent a859703 commit 643dabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions listener/internal/api/handlers/postNewSignature.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func PostNewSignature(w http.ResponseWriter, r *http.Request, dbCollection *mong
"platform": req.DecodedPayload.Platform,
"timestamp": req.DecodedPayload.Timestamp, // Needed to filter out old signatures
},
"status": req.Status,
},
},
}
Expand Down

0 comments on commit 643dabf

Please sign in to comment.