Skip to content

Commit

Permalink
StringOrNull i repositoryklassen
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Jan 16, 2024
1 parent 98bad80 commit 02b9f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class OppgavetypeRepository(
id = oppgavetypeRow.long("id"),
eksternId = oppgavetypeRow.string("ekstern_id"),
område = område,
oppgavebehandlingsUrlTemplate = oppgavetypeRow.string("oppgavebehandlingsUrlTemplate"),
oppgavebehandlingsUrlTemplate = oppgavetypeRow.stringOrNull("oppgavebehandlingsUrlTemplate"),
oppgavefelter = tx.run(
queryOf(
"""
Expand Down

0 comments on commit 02b9f1d

Please sign in to comment.