Better request delete and formatting

This commit is contained in:
Gregory Schier
2023-03-15 09:41:38 -07:00
parent 97db32fdf2
commit 3bbe9d9201
7 changed files with 76 additions and 41 deletions

View File

@@ -441,5 +441,5 @@ fn main() {
fn is_dev() -> bool {
let env = option_env!("YAAK_ENV");
env.unwrap_or("production") == "development"
env.unwrap_or("production") != "production"
}