From b5bba7cc3abff4f512bb8944094cbe9023bf651e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:51:31 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 2/3) --- ee/tabby-webserver/src/service/notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/tabby-webserver/src/service/notification.rs b/ee/tabby-webserver/src/service/notification.rs index 1cccc5b54494..f6277893fe22 100644 --- a/ee/tabby-webserver/src/service/notification.rs +++ b/ee/tabby-webserver/src/service/notification.rs @@ -40,7 +40,7 @@ impl NotificationService for NotificationServiceImpl { #[cfg(test)] mod tests { - use juniper::ID; + use tabby_db::DbConn; use tabby_schema::{notification::NotificationService, AsID};