diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts index faf53594d367..320f71ec448e 100644 --- a/frontend/src/ts/test/test-logic.ts +++ b/frontend/src/ts/test/test-logic.ts @@ -133,7 +133,7 @@ export async function syncNotSignedInLastResult(uid: string): Promise { body: { result: notSignedInLastResult }, }); if (response.status !== 200) { - showErrorNotification(`Failed to save last result hello ${failReason} hi`, { + showErrorNotification(`Failed to save last result`, { response, }); return;