Fixing imports.

This commit is contained in:
Dessalines 2024-05-08 21:03:33 -04:00
parent f7592fdf34
commit e5f9a3e966
1 changed files with 2 additions and 1 deletions

View File

@ -12,11 +12,12 @@ use crate::{
utils::{get_conn, DbPool},
};
use diesel::{
dsl::exists,
insert_into,
result::Error,
select,
ExpressionMethods,
NotFound,
OptionalExtension,
QueryDsl,
};
use diesel_async::{AsyncPgConnection, RunQueryDsl};