forked from spacebar/rust-nex
im so done
This commit is contained in:
parent
c2a2d3f25d
commit
5f11d02487
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue