build: change file with testable content

This commit is contained in:
Csaba Tuncsik 2023-06-19 12:09:33 +02:00
parent e4064caa20
commit ce716119b7

View file

@ -80,7 +80,7 @@ async function request(config: {
return response.data;
} catch (error) {
if (error.message === 'Network Error') {
throw new ResponseError('API-Server can not be reached. It is probably down.', {
throw new ResponseError('API Server can not be reached. It is probably down.', {
errorCode: NO_NETWORK_ERROR_CODE,
});
}