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 8, 2024
1 parent 4c433d6 commit 9a28eb5
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 9a28eb5

Please sign in to comment.