Skip to content

Commit

Permalink
Fix handling unsupported permission types
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Nov 20, 2024
1 parent 5e3c153 commit 4981da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v-api-permission-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ fn system_permission_tokens() -> TokenStream {

CreateAccessToken,

#[serde(other)]
Removed,
#[serde(untagged)]
Removed(serde_json::Value),
}
}
.into()
Expand Down

0 comments on commit 4981da5

Please sign in to comment.