Skip to content

Commit

Permalink
chore: Remove todo
Browse files Browse the repository at this point in the history
Refs: #1
  • Loading branch information
maikbasel committed Dec 12, 2023
1 parent b14ba16 commit 7a32075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/profile/core/domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ impl Credentials {

#[derive(Debug, Eq, PartialEq, Clone)]
pub struct Config {
// TODO: Use Value objects/types instead of strings
pub region: Option<String>,
pub output_format: Option<String>,
}
Expand Down

0 comments on commit 7a32075

Please sign in to comment.