Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use empty set of headers instead of null
Browse files Browse the repository at this point in the history
optionsome committed Sep 20, 2023
1 parent 018a433 commit 9b28530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ public HslParkUpdater(
parameters.utilizationsUrl(),
"",
parkPatchMapper::parseUtilization,
null
Map.of()
);
this.facilitiesFrequencySec = parameters.facilitiesFrequencySec();
}

0 comments on commit 9b28530

Please sign in to comment.