mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
oops
This commit is contained in:
parent
906606ae6c
commit
5784c45ffb
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fn create_acc(uid: i64, login: &str) {
|
|||
0,
|
||||
include_str!("new_user_event.json"),
|
||||
format!(r#"{{"last_rewarded": 0, "bonus_list": [], "start_time": {}}}"#, global::timestamp()),
|
||||
format!(r#"{{"server_time_set":{},server_time:1709272800}}"#, global::timestamp())
|
||||
format!(r#"{{"server_time_set":{},"server_time":1709272800}}"#, global::timestamp())
|
||||
));
|
||||
|
||||
DATABASE.lock_and_exec("DELETE FROM tokens WHERE token=?1", params!(login));
|
||||
|
|
Loading…
Add table
Reference in a new issue