mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 22:21:26 +10:00
fix(printer): increase timeout to 15s
This commit is contained in:
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user