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;
|
||||
};
|
||||
};
|
||||
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),
|
||||
did: did,
|
||||
apiServer: this.apiServer,
|
||||
@@ -1491,7 +1493,8 @@ export default class AccountViewView extends Vue {
|
||||
httpStatus: axiosError?.response?.status,
|
||||
needsUserMigration: true,
|
||||
timestamp: new Date().toISOString(),
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
// this.notify.error(this.limitsMessage, TIMEOUTS.STANDARD);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user