remove warnings around initiator loading. cleaner error handling remains todo.

This commit is contained in:
Jonathan Krebs
2024-12-13 15:24:22 +01:00
committed by Mario Voigt
parent 2d65129132
commit 097b122c47
2 changed files with 5 additions and 2 deletions

View File

@ -100,7 +100,7 @@ pub fn load(
config: &Config,
resources: ResourcesHandle,
sessions: SessionManager,
authentication: AuthenticationHandle,
_authentication: AuthenticationHandle,
) -> miette::Result<()> {
let span = tracing::info_span!("loading initiators");
let _guard = span.enter();