fix(printer): increase timeout to 15s

This commit is contained in:
Amruth Pillai
2023-11-14 16:06:16 +01:00
parent 36b1930c0d
commit 457aed5f46
6 changed files with 28 additions and 34 deletions

View File

@ -41,6 +41,6 @@ export const translateError = (error: ErrorMessage) => {
return t`Something went wrong while processing your request. Please try again later or raise an issue on GitHub.`;
default:
return error;
return null;
}
};