Skip to content

Commit

Permalink
fix: add back the original solve rejected by the server toast text
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdancho committed Dec 25, 2024
1 parent a7f6084 commit d51ca73
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import * as Sentry from '@sentry/browser'
export const SOLVE_REJECTED_ERROR_TEXT = 'A solve was rejected by the server'
const SOLVE_REJECTED_TOAST = {
title: 'Uh-oh! Solve rejected by the server',
// description: "Under normal circumstances this shouldn't happen.", // uncomment once the bug is fixed
description: 'We are working on fixing this bug, for now please take an extra.',
description: "Under normal circumstances this shouldn't happen.",
duration: 'infinite',
} satisfies Toast

Expand Down

0 comments on commit d51ca73

Please sign in to comment.