Skip to content

Commit

Permalink
glemt nullable felt
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Jan 17, 2025
1 parent 9ed177e commit e650ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/enhetsregisteretApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Hovedenhet = z
organisasjonsnummer: z.string(),
navn: z.string(),
organisasjonsform: Kode.nullable(),
naeringskoder: z.array(z.string()),
naeringskoder: z.array(z.string()).nullable(),
postadresse: Adresse.nullable(),
forretningsadresse: Adresse.nullable(),
hjemmeside: z.string().nullable(),
Expand Down

0 comments on commit e650ce6

Please sign in to comment.