Skip to content

Commit

Permalink
Norsk skal ikke ha LAND som GeografiskTilknytningType men BYDEL eller…
Browse files Browse the repository at this point in the history
… KOMMUNE
  • Loading branch information
espenwaaga committed Aug 9, 2024
1 parent 9f7fa99 commit 0913420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public record GeografiskTilknytningDto(CountryCode land, GeografiskTilknytningTy


public static GeografiskTilknytningDto norsk() {
return new GeografiskTilknytningDto(CountryCode.NO, GeografiskTilknytningType.LAND);
return new GeografiskTilknytningDto(CountryCode.NO, GeografiskTilknytningType.KOMMUNE);
}

public enum GeografiskTilknytningType {
Expand Down

0 comments on commit 0913420

Please sign in to comment.