Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
/fullfoerreaktivering: post '{}' i body
Browse files Browse the repository at this point in the history
- får 400 bad request uten
  • Loading branch information
jstnhlj committed Feb 16, 2024
1 parent 65f149d commit ad20f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/komponenter/reaktivering/reaktivering-knapp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const ReaktiveringsKnapp = ({ aktivitet }: Props) => {
await fetchToJson(FULLFOER_REAKTIVERING_URL, {
...requestConfig(),
method: 'POST',
body: JSON.stringify({}),
});
loggAktivitet({ aktivitet: 'Bruker ble reaktivert', ...amplitudeData });
window.location.reload();
Expand Down

0 comments on commit ad20f15

Please sign in to comment.