forked from jsnbuchanan/crowd-funder-for-time-pwa
Migrate test/index.ts to use dynamic database imports
Replace static databaseUtil import with dynamic import pattern for test context. Add comprehensive JSDoc documentation and improve code formatting. Maintains functionality while removing static dependency.
This commit is contained in:
@@ -1423,7 +1423,7 @@ export default class AccountViewView extends Vue {
|
||||
} catch (error) {
|
||||
this.limitsMessage =
|
||||
ACCOUNT_VIEW_CONSTANTS.LIMITS.ERROR_RETRIEVING_LIMITS;
|
||||
this.notify.error(ACCOUNT_VIEW_CONSTANTS.LIMITS.ERROR_RETRIEVING_LIMITS);
|
||||
this.notify.error(this.limitsMessage, TIMEOUTS.STANDARD);
|
||||
} finally {
|
||||
this.loadingLimits = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user