Skip to content

Commit 8659f7a

Browse files
committed
fixed timelabel import
1 parent 5cca58a commit 8659f7a

File tree

1 file changed

+1
-1
lines changed
  • backend/shared-logic/src

1 file changed

+1
-1
lines changed

backend/shared-logic/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use tokio::time::{self, Duration};
77
use log::{info, error, warn};
88
use chrono::{DateTime, Utc};
99
use dotenvy::dotenv;
10-
use super::models::{User, NewUser, TimeSeriesData, UpdateUser, Session, FrontendState, NewTimeLabel, EegDataRow};
10+
use super::models::{User, NewUser, TimeSeriesData, UpdateUser, Session, FrontendState, TimeLabel, NewTimeLabel, EegDataRow};
1111
use crate::{lsl::EEGDataPacket};
1212
use once_cell::sync::OnceCell;
1313
use std::sync::Arc;

0 commit comments

Comments
 (0)