im so done
Some checks failed
Build and Test / splatoon (push) Successful in 3m36s
Build and Test / wii-u-chat (push) Successful in 3m37s
Build and Test / splatoon-testfire (push) Successful in 3m52s
Build and Test / friends (push) Successful in 3m56s
Build and Test / minecraft-wiiu (push) Successful in 3m59s
Build and Test / fast-racing-neo (push) Successful in 4m2s
Build and Test / sonic-transformed (push) Successful in 4m3s
Build and Test / puyopuyo (push) Successful in 4m7s
Build and Test / wii-sports-club (push) Successful in 4m13s
Build and Test / mario-tennis (push) Successful in 4m43s
Build and Test / super-mario-maker (push) Failing after 5m46s

This commit is contained in:
red binder 2026-06-18 13:07:18 +02:00
commit 5f11d02487

View file

@ -1138,6 +1138,7 @@ impl DataStore for User {
let now = time::OffsetDateTime::now_utc();
let db_now = time::PrimitiveDateTime::new(now.date(), now.time());
log::info!("huh");
let row = sqlx::query!(
r#"
INSERT INTO datastore.objects (
@ -1174,6 +1175,7 @@ impl DataStore for User {
log::error!("DB Error: {:?}", e);
ErrorCode::DataStore_SystemFileError
})?;
log::info!("what?");
let data_id = row.data_id as u64;