Skip to content

Commit

Permalink
removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsh-scottlogic committed Feb 14, 2024
1 parent 3f8d14b commit 417ee81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/service/startService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ async function start(level: number) {
});
const startResponse = (await response.json()) as StartReponse;

// add stuff here to deal with failure cases

return {
emails: startResponse.emails,
history: getChatMessagesFromDTOResponse(startResponse.history),
Expand Down

0 comments on commit 417ee81

Please sign in to comment.