File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ tracing-futures.workspace = true
38
38
tracing-subscriber.workspace = true
39
39
40
40
tower-http = { version = " 0.5" , features = [" trace" ] }
41
-
42
41
common_utils = { path = " ../common" }
43
42
44
43
[[bin ]]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ pub mod crisis_v2 {
52
52
let config = read_json ( CONFIG_JSON_PATH ) ;
53
53
54
54
let selected_crisis = config[ "crisisV2Config" ] [ "selectedCrisis" ] . as_str ( ) . unwrap ( ) ;
55
- let rune = read_json ( format ! ( "{CRISIS_V2_JSON_BASE_PATH}{selected_crisis}.json" ) . as_str ( ) ) ;
55
+ let rune = read_json ( format ! ( "{CRISIS_V2_JSON_BASE_PATH}{selected_crisis}.json" ) ) ;
56
56
let battle_data = read_json ( RUNE_JSON_PATH ) . clone ( ) ;
57
57
let map_id = battle_data[ "mapId" ] . as_str ( ) . unwrap ( ) ;
58
58
let rune_slots = battle_data[ "runeSlots" ] . clone ( ) ;
You can’t perform that action at this time.
0 commit comments