Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Mar 27, 2024
1 parent 19d7c1d commit 08ffefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/user/InviteSys/plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ struct Data {
getInvite: Option<GetInvite>,
}

#[allow(non_snake_case)]
#[allow(non_snake_case, dead_code)]
#[derive(Deserialize)]
struct GetInvite {
_pubkey: String,
pubkey: String,
inviter: String,
}

Expand Down

0 comments on commit 08ffefe

Please sign in to comment.