Fixed faulty import line
continuous-integration/drone the build was successful Details

pull/75/head
Jef Roosens 2021-05-13 15:51:44 +02:00
parent 6d95ffd372
commit cc9ff7635c
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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;