File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ pub async fn import_zones(
173173 sleep ( std:: time:: Duration :: from_micros ( 500 ) ) . await ;
174174 }
175175 Ok ( ( ) )
176- // rx_oneshot.await.map_err(|e| format!("Failed to receive result: {e:?}"))
177176}
178177
179178/// Presents the CLI UI to add an admin user.
Original file line number Diff line number Diff line change @@ -59,16 +59,6 @@ impl ActiveModelBehavior for ActiveModel {
5959}
6060
6161impl Entity {
62- // pub(crate) async fn find_by_user<C>(db: &C, user_id: Uuid) -> Result<Vec<Model>, DbErr>
63- // where
64- // C: ConnectionTrait,
65- // {
66- // Self::find()
67- // .filter(Column::Userid.eq(user_id))
68- // .all(db)
69- // .await
70- // }
71-
7262 pub ( crate ) async fn find_by_user_and_zone < C > (
7363 db : & C ,
7464 user_id : Uuid ,
You can’t perform that action at this time.
0 commit comments