Skip to content

Commit

Permalink
Fix comments vol. 1
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Jan 10, 2024
1 parent e8f1402 commit 5a4af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cli/src/services/accounts/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl CurrentAccountIndication {
}

pub fn to_current_account_subject(&self) -> CurrentAccountSubject {
let is_admin = false;
let is_admin = true;

CurrentAccountSubject::logged(AccountName::from(self.account_name.clone()), is_admin)
}
Expand Down

0 comments on commit 5a4af2d

Please sign in to comment.