Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 4, 2023
1 parent e87bbe2 commit 7a5bed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ GITHUB_TOKEN=CHANGE_ME
JWT_KEY=CHANGE_ME

# main api
MEILI_MASTER_KEY=CHANGE_ME
MEILI_MASTER_KEY=CHANGE_ME
3 changes: 2 additions & 1 deletion map/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
output.mbtiles
tile_weights.tsv.gz
sources/
tmp/
data/
data/
2 changes: 1 addition & 1 deletion map/tileserver-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"mbtiles": "output.mbtiles"
}
}
}
}
1 change: 0 additions & 1 deletion server/main-api/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use actix_cors::Cors;
use actix_web::{get, middleware, web, App, HttpResponse, HttpServer};
use actix_web_prom::PrometheusMetricsBuilder;
use futures::try_join;
use log::{debug, info};
use std::collections::HashMap;
use structured_logger::async_json::new_writer;
Expand Down

0 comments on commit 7a5bed6

Please sign in to comment.