Skip to content

Commit

Permalink
fix: Add missing Sqlite in Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragonfr committed May 1, 2024
1 parent 5ee0d55 commit 5ea3b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokenserver-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ pub enum NodeType {
MySql,
#[serde(rename = "spanner")]
Spanner,
#[serde(rename = "sqlite")]
Sqlite,
}

impl NodeType {
Expand Down

0 comments on commit 5ea3b39

Please sign in to comment.