Skip to content

Commit

Permalink
reorder fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Oct 20, 2024
1 parent 471611c commit 1420f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-model/src/application/interaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ impl<'de> Visitor<'de> for InteractionVisitor {
authorizing_integration_owners,
channel,
channel_id,
context,
data,
entitlements,
guild_id,
Expand All @@ -438,7 +439,6 @@ impl<'de> Visitor<'de> for InteractionVisitor {
message,
token,
user,
context,
})
}
}
Expand Down

0 comments on commit 1420f35

Please sign in to comment.