fix ci
This commit is contained in:
parent
bb142a0969
commit
88833b9f4b
@ -149,7 +149,7 @@ ORDER BY amount_seats DESC
|
||||
return Self::all(db).await;
|
||||
}
|
||||
let boats = if user.is_cox {
|
||||
boats = sqlx::query_as!(
|
||||
sqlx::query_as!(
|
||||
Boat,
|
||||
"
|
||||
SELECT id, name, amount_seats, location_id, owner, year_built, boatbuilder, default_shipmaster_only_steering, skull, external
|
||||
|
Loading…
Reference in New Issue
Block a user