mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:34:09 +01:00
Better request delete and formatting
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user