From fe1dce6ecfb10b6d58c9d959baa593d5e0c60ea3 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 18 May 2025 12:26:01 -0500 Subject: fix inverted check for database existence --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 774d9e6..37d9a75 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,7 @@ mod import; const PROD_APP_ID: u64 = 1363055126264283136; const DEV_APP_ID: u64 = 1363494986699771984; -const APP_ID: u64 = DEV_APP_ID; +const APP_ID: u64 = PROD_APP_ID; macro_rules! bail { ($msg:expr) => { -- cgit 1.4.1-3-g733a5