Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Jul 1, 2024
1 parent dde03bd commit 54e5f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cargo-shuttle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ impl Shuttle {
}
};

// TODO(beta): don't validate the key in c-s
let api_key = ApiKey::parse(&api_key_str)?;

self.ctx.set_api_key(api_key.clone())?;
Expand Down

0 comments on commit 54e5f80

Please sign in to comment.