Revert "build: change file with testable content"

This reverts commit ce716119b7.
This commit is contained in:
Csaba Tuncsik 2023-06-19 12:11:16 +02:00
parent ce716119b7
commit b5e6c260a0

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,
});
}