Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-basic
cargo devel CI / cargo CI (push) Successful in 3m20s Details

This commit is contained in:
Christoph J. Scherr 2024-06-27 11:51:45 +02:00
commit 732f73b637
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ use libpt::log::{error, info, warn};
use self::models::*;
use self::schema::posts::dsl::*;
use diesel::prelude::*;
pub fn establish_connection() -> anyhow::Result<SqliteConnection> {
dotenv()?;