From 0e48b6755f8b84693d9680ff051324ac98f719cb Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 25 Sep 2025 22:07:38 +0700 Subject: [PATCH] refactor: Remove unused execute_safe_count_query import from teams_repository --- imphnen-iam/src/v1/teams/teams_repository.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imphnen-iam/src/v1/teams/teams_repository.rs b/imphnen-iam/src/v1/teams/teams_repository.rs index 393d241..4f69d7f 100644 --- a/imphnen-iam/src/v1/teams/teams_repository.rs +++ b/imphnen-iam/src/v1/teams/teams_repository.rs @@ -8,7 +8,7 @@ use imphnen_libs::{ }; use imphnen_utils::{ get_id, DetailQueryBuilder, QueryListBuilder, make_thing_from_enum, - build_multi_thing_condition, execute_safe_update_query, execute_safe_count_query, + build_multi_thing_condition, execute_safe_update_query, }; use surrealdb::sql::Thing; use anyhow::{Result, bail};