Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Mar 14, 2022
1 parent 899987b commit b126670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/command_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl Client for ClientProduction {

pub fn get_credentials() -> Option<Credentials> {
// Load login credentials if they exist in the file
dbg!(Credentials::load(PLUGIN)).unwrap_or(None)
Credentials::load(PLUGIN).unwrap_or(None)
}

// Returns slug of organization as String (if successful)
Expand Down

0 comments on commit b126670

Please sign in to comment.