i thought i compiled this

This commit is contained in:
Ted Unangst 2019-11-25 15:55:30 -05:00
parent d167f26418
commit 83c89df14b
1 changed files with 1 additions and 1 deletions

2
fun.go
View File

@ -615,7 +615,7 @@ func zaggy(keyname string) *rsa.PublicKey {
}
func savingthrow(keyname string) {
when := time.Now().UTC().Sub(30 * time.Minute).Format(dbtimeformat)
when := time.Now().UTC().Add(-30 * time.Minute).Format(dbtimeformat)
stmtDeleteXonker.Exec(keyname, "pubkey", when)
zaggies.Clear(keyname)
}