diff options
Diffstat (limited to 'makima/src/db/repository.rs')
| -rw-r--r-- | makima/src/db/repository.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/src/db/repository.rs b/makima/src/db/repository.rs index 401da94..10633d5 100644 --- a/makima/src/db/repository.rs +++ b/makima/src/db/repository.rs @@ -4912,6 +4912,7 @@ pub async fn sync_supervisor_state( // ============================================================================= /// Helper to truncate string to max length +#[allow(dead_code)] fn truncate_string(s: &str, max_len: usize) -> String { if s.len() <= max_len { s.to_string() |
