Skip to content

Commit

Permalink
fikser test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Dec 13, 2023
1 parent e2c5960 commit 8e6f04f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/external/testBackend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@ export let testBackend = (
}
return Promise.resolve(person)
},

personForUUID(fnr: string): Promise<PersonDto> {
return Promise.reject(fnr)
},
}
}

0 comments on commit 8e6f04f

Please sign in to comment.