Skip to content

Commit

Permalink
Endrer type på endre bestilling
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Nov 8, 2024
1 parent cfb1b92 commit 74dcf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/io/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
AvvisBestilling,
BrevTekst,
Brevtype,
EndreHjelpemiddelRequest,
EndretHjelpemiddel,
JournalføringRequest,
OppdaterVilkårData,
OppgaveStatusType,
Expand Down Expand Up @@ -233,7 +233,7 @@ export const putAvvisBestilling = async (sakId: number | string, tilbakemelding:
return put(`${baseUrl}/api/bestilling/${sakId}/avvisning`, { tilbakemelding })
}

export const putEndreHjelpemiddel = async (sakId: number | string, endreHjelpemiddel: EndreHjelpemiddelRequest) => {
export const putEndreHjelpemiddel = async (sakId: number | string, endreHjelpemiddel: EndretHjelpemiddel) => {
return put(`${baseUrl}/api/bestilling/${sakId}`, endreHjelpemiddel)
}

Expand Down

0 comments on commit 74dcf0b

Please sign in to comment.