forked from trent_larson/crowd-funder-for-time-pwa
fix: linting
This commit is contained in:
@@ -1480,7 +1480,9 @@ export default class AccountViewView extends Vue {
|
|||||||
status?: number;
|
status?: number;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
logger.warn("[Server Limits] Error retrieving limits, expected for unregistered users:", {
|
logger.warn(
|
||||||
|
"[Server Limits] Error retrieving limits, expected for unregistered users:",
|
||||||
|
{
|
||||||
error: error instanceof Error ? error.message : String(error),
|
error: error instanceof Error ? error.message : String(error),
|
||||||
did: did,
|
did: did,
|
||||||
apiServer: this.apiServer,
|
apiServer: this.apiServer,
|
||||||
@@ -1491,7 +1493,8 @@ export default class AccountViewView extends Vue {
|
|||||||
httpStatus: axiosError?.response?.status,
|
httpStatus: axiosError?.response?.status,
|
||||||
needsUserMigration: true,
|
needsUserMigration: true,
|
||||||
timestamp: new Date().toISOString(),
|
timestamp: new Date().toISOString(),
|
||||||
});
|
},
|
||||||
|
);
|
||||||
|
|
||||||
// this.notify.error(this.limitsMessage, TIMEOUTS.STANDARD);
|
// this.notify.error(this.limitsMessage, TIMEOUTS.STANDARD);
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user