Skip to content

Commit

Permalink
feat: remove deprecation notice for remove_user_token (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jul 1, 2024
1 parent c1d29f7 commit ace6822
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,6 @@ fn set_many_user_tokens(tokens: Vec<UserToken>) {
});
}

#[deprecated(
since = "0.0.4",
note = "Tokens are deleted anymore. Use set_user_token to disable token."
)]
#[update(guard = "caller_is_not_anonymous")]
#[allow(clippy::needless_pass_by_value)]
fn remove_user_token(token_id: UserTokenId) {
Expand Down

0 comments on commit ace6822

Please sign in to comment.