Skip to content

Commit

Permalink
abi - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Oct 14, 2024
1 parent 2d15689 commit 53a64a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/src/abi/endpoint_abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl EndpointAbi {
}

pub fn with_only_admin(mut self) -> Self {
self.only_owner = true;
self.only_admin = true;
self
}

Expand Down

0 comments on commit 53a64a0

Please sign in to comment.