Skip to content

Commit

Permalink
Update command_handler.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
uglrl authored Sep 9, 2024
1 parent c4b5882 commit 2b74329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/layer/logic/api_command/command_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ mod test {
handler.delete_image(id).await.unwrap();
}

fn get_handler() -> Result<
const fn get_handler() -> Result<
CommandHandler<
CommandDatabaseMock,
CommandAdminNotificationMock,
Expand Down

0 comments on commit 2b74329

Please sign in to comment.