fix(editor): Fix Luxon date parsing of ExecutionsUsage component (#6333)

* fix(editor): Fix luxon date parsing of ExecutionsUsage component

* Fix wrong indent
This commit is contained in:
OlegIvaniv
2023-05-29 13:29:07 +02:00
committed by GitHub
parent 0e4c615d0d
commit 8f0ff460b1
3 changed files with 8 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ export default defineComponent({
},
async checkForCloudPlanData(): Promise<void> {
try {
await this.cloudPlanStore.getOwnerCurrentPLan();
await this.cloudPlanStore.getOwnerCurrentPlan();
if (!this.cloudPlanStore.userIsTrialing) return;
await this.cloudPlanStore.getInstanceCurrentUsage();
this.startPollingInstanceUsageData();