- saving progress;
This commit is contained in:
@@ -8,6 +8,7 @@ export class NetworkService {
|
||||
static REFRESH_TOKEN_KEY
|
||||
|
||||
static logApiError = (endpoint, status = 0, resp = {}) => {
|
||||
console.log('status:', status);
|
||||
if (status === 500) {
|
||||
if (LOCAL_DEVELOPMENT !== '1') {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user