Skip to content

Commit 15ad09a

Browse files
committed
Kodeverk: Update faktaUtils.ts
1 parent d4eb1bd commit 15ad09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/behandling-felles/src/util/fakta/faktaUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const getBekreftAksjonspunktCallback =
5656
aksjonspunkter => {
5757
const model = aksjonspunkter.map(ap => ({
5858
'@type': ap.kode,
59-
kode: ap,
59+
...ap,
6060
}));
6161

6262
const params = {

0 commit comments

Comments
 (0)