Skip to content

Commit

Permalink
fix: import error with token server
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed May 23, 2024
1 parent 0bdc4a8 commit ad7ed6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token-server/src/server_config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use config::Config;
use serde::{Serialize, Deserialize};
use std::env;

/// Config struct storing all StataChain Entity config
#[derive(Debug, Serialize, Deserialize)]
Expand Down

0 comments on commit ad7ed6e

Please sign in to comment.