Skip to content

Commit 4b1e811

Browse files
committed
removes legacy api token param
1 parent 430877e commit 4b1e811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub mod toggl;
88

99
#[derive(Deserialize, Debug)]
1010
pub struct Config {
11-
pub api_token: String,
1211
pub clients: Option<HashMap<String, ClientConfig>>,
1312
pub services: Option<Vec<ServiceConfig>>,
1413
}

0 commit comments

Comments
 (0)