This commit is contained in:
Pavlos Smith 2023-07-04 00:03:51 +03:00
parent 918613611c
commit 0c81df6290

View file

@ -1,6 +1,6 @@
use crate::structs::PersonView;
use diesel::{
dsl::{now, IntervalDsl},
dsl::now,
result::Error,
BoolExpressionMethods,
ExpressionMethods,