Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public void getOne(@NotNull Context ctx, @NotNull String dataSet) {
.withLocationType(locationType)
.withFilterBaseLocations(filterBaseLocations)
.withNegateLocationKindLike(negateLocationKind)
.withIncludeAliases(includeAliases)
.build();

LocationsDao dao = new LocationsDaoImpl(dsl);
Expand Down
Loading
Loading