x
This commit is contained in:
parent
0afbfc6034
commit
ea466ce5b4
@ -48,7 +48,7 @@ func initDB() {
|
||||
keys[jp.PtKey] = true
|
||||
pins[jp.PtPin] = true
|
||||
}
|
||||
db.Model(JdCookie{}).Where(fmt.Sprintf("%s != ? || %s != ?", Hack, Hack), False, True).Update(Hack, False)
|
||||
db.Model(JdCookie{}).Where(fmt.Sprintf("%s = ?", Hack), "").Update(Hack, False)
|
||||
}
|
||||
|
||||
func HasPin(pin string) bool {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user