Skip to content

Commit 78b1caa

Browse files
committed
fix: remove pointless text in error message
1 parent 2c94bff commit 78b1caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/test/test-logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export async function syncNotSignedInLastResult(uid: string): Promise<void> {
133133
body: { result: notSignedInLastResult },
134134
});
135135
if (response.status !== 200) {
136-
showErrorNotification(`Failed to save last result hello ${failReason} hi`, {
136+
showErrorNotification(`Failed to save last result`, {
137137
response,
138138
});
139139
return;

0 commit comments

Comments
 (0)