forked from trent_larson/crowd-funder-for-time-pwa
fix all the lint warnings
This commit is contained in:
@@ -414,6 +414,7 @@ export default class AccountViewView extends Vue {
|
||||
});
|
||||
this.checkLimitsFor(identity);
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} catch (err: any) {
|
||||
if (
|
||||
err.message ===
|
||||
@@ -517,6 +518,7 @@ export default class AccountViewView extends Vue {
|
||||
if (resp.status === 200) {
|
||||
this.limits = resp.data;
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} catch (error: any) {
|
||||
if (
|
||||
error.message ===
|
||||
|
||||
Reference in New Issue
Block a user