Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2024-10-02 14:29:29 +02:00
parent f2b46817d6
commit 88f91af907
3 changed files with 324 additions and 188 deletions

View File

@@ -35,7 +35,7 @@ async fn cron_jobs() {
#[tokio::main]
async fn main() {
dotenv::dotenv().ok();
dotenvy::dotenv().ok();
let options = ClientOptions {
dsn: Some(Dsn::from_str(&config::CONFIG.sentry_dsn).unwrap()),