Skip to content

Commit

Permalink
Update editoast/editoast_osrdyne_client/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Valais <leo.valais97@gmail.com>
  • Loading branch information
Khoyo and leovalais authored Oct 1, 2024
1 parent d9cda62 commit 30d7e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editoast/editoast_osrdyne_client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ struct OsrdyneWorkerState {
}

#[derive(Deserialize)]
pub struct OsrdyneWorkerMetadata {
pub worker_key: String,
struct OsrdyneWorkerMetadata {
worker_key: String,
}

impl HTTPClient {
Expand Down

0 comments on commit 30d7e57

Please sign in to comment.