Skip to content

Commit

Permalink
fix: Added client and frontend tokens to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Sep 18, 2024
1 parent bdfe853 commit 0a01b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ mod tests {
bootstrap_file: None,
tokens: vec![],
reload_interval: Default::default(),
client_tokens: vec![],
frontend_tokens: vec![],
};

let result = build_offline(args);
Expand Down

0 comments on commit 0a01b15

Please sign in to comment.