Skip to content

Commit

Permalink
fixed an impport having a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 14, 2024
1 parent 8810747 commit d03287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/maps/indoor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use actix_web::{post, web, HttpResponse};
use actix_web::{get, web, HttpResponse};
use geo_types::Geometry;
use reqwest::Url;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit d03287a

Please sign in to comment.