Skip to content

Commit

Permalink
chore: Change log level in unregister
Browse files Browse the repository at this point in the history
Co-authored-by: Derek <alexanderderekrein@gmail.com>
  • Loading branch information
Elyniss and arein committed Aug 22, 2023
1 parent f98a913 commit d892338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/invite/unregister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub async fn handler(
account: account.to_string(),
};
params.validate().map_err(|error| {
info!(
warn!(
"Failure - Unregister invite with jwt: {:?}, error: {:?}",
payload.id_auth, error
);
Expand Down

0 comments on commit d892338

Please sign in to comment.