Fixed faulty import line
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
6d95ffd372
commit
cc9ff7635c
2 changed files with 2 additions and 5 deletions
|
|
@ -83,7 +83,7 @@ pipeline:
|
|||
root: build-cache/
|
||||
flush: true
|
||||
# Delete cache older than 30 days (might lower this)
|
||||
flush_age: 30
|
||||
flush_age: 14
|
||||
|
||||
secrets: [ cache_s3_access_key, cache_s3_secret_key ]
|
||||
# Push the cache, even on failure
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
use crate::FejDbConn;
|
||||
use fej::{
|
||||
db::search_streets,
|
||||
ivago::{get_pickup_times, BasicDate, PickupTime, Street},
|
||||
};
|
||||
use fej::ivago::{db::search_streets, get_pickup_times, BasicDate, PickupTime, Street};
|
||||
use rocket::http::Status;
|
||||
use rocket_contrib::json::Json;
|
||||
|
||||
|
|
|
|||
Reference in a new issue