Skip to content

Commit

Permalink
Wrap ident i fnutter, fordi who knows
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jun 7, 2024
1 parent 6549d3f commit 29d8442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ open class PdlFullmaktApiImpl(
return pdlFullmaktApi.getFullmaktForFullmaktsgiver(fullmaktRequest(fnr.get()))
}

private fun fullmaktRequest(ident: String) = FullmakIdentRequest(ident = ident.encodeBase64())
private fun fullmaktRequest(ident: String) = FullmakIdentRequest(ident = "\"$ident\"".encodeBase64())

override fun ping() =
SelfTestCheck(
Expand Down

0 comments on commit 29d8442

Please sign in to comment.