Better request delete and formatting

This commit is contained in:
Gregory Schier
2023-03-15 09:41:38 -07:00
parent a2982f8b77
commit e891804051
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"
}