Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Aug 6, 2021
1 parent 1da65b6 commit 114d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/utils/dataDonation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function donateAnswers(answers: any): Promise<undefined> {
},
body: JSON.stringify(answers),
})
.then((response: Response) => {
.then(() => {
return undefined;
})
.catch((err: any) => {
Expand Down

0 comments on commit 114d9f4

Please sign in to comment.