Skip to content

Commit

Permalink
refactor: fix warning for deprecated queries
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Jan 19, 2024
1 parent 50fc65b commit 0da708a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/requests/set_username.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use crate::client::{
};

impl GaloyClient {
#[allow(deprecated)]
// TODO remove this after updating user_update_username
pub async fn set_username(&self, username: String) -> Result<(), ClientError> {
let input = UserUpdateUsernameInput { username };

Expand Down

0 comments on commit 0da708a

Please sign in to comment.