We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4da43 commit 66595a8Copy full SHA for 66595a8
components/webFeatures.ts
@@ -706,13 +706,10 @@ webFeaturesRouter.post(
706
} else {
707
log(
708
LogLevel.DEBUG,
709
- `Failed to sync official data: ${JSON.stringify(error)}.`,
+ `Failed to sync official data: ${error}.`,
710
"progressionTransfer",
711
)
712
- formErrorMessage(
713
- res,
714
- `Failed to sync official data: got ${JSON.stringify(error)}.`,
715
- )
+ formErrorMessage(res, `Failed to sync official data: ${error}.`)
716
return
717
}
718
0 commit comments