fix ci
This commit is contained in:
parent
1386ba05c2
commit
c323b209d0
@ -98,7 +98,7 @@ async fn new_kiosk(
|
|||||||
db: &State<SqlitePool>,
|
db: &State<SqlitePool>,
|
||||||
cookies: &CookieJar<'_>,
|
cookies: &CookieJar<'_>,
|
||||||
loc: String,
|
loc: String,
|
||||||
ip: IpAddr,
|
ip: Option<IpAddr>,
|
||||||
) -> Redirect {
|
) -> Redirect {
|
||||||
Log::create(
|
Log::create(
|
||||||
db,
|
db,
|
||||||
|
Loading…
Reference in New Issue
Block a user