fix: use int64 instead of bigInt

This commit is contained in:
Juan Pablo Villafáñez
2024-07-25 13:16:07 +02:00
parent 36d9a8c425
commit 7134374a2e
2 changed files with 8 additions and 12 deletions
@@ -40,7 +40,6 @@ func ProofKeysMiddleware(cfg *config.Config, next http.Handler) http.Handler {
r.Header.Get("X-WOPI-ProofOld"),
proofkeys.VerifyWithLogger(logger),
)
// Need to check that the timestamp was sent within the last 20 minutes
if err != nil {
logger.Error().Err(err).Msg("ProofKeys verification failed")