Skip to content

Commit 767bd3a

Browse files
author
Artem
committed
fix resourceId missed
1 parent cfbe36f commit 767bd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redisinsight/api/src/modules/cloud/job/jobs/create-free-subscription-and-database.cloud-job.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export class CreateFreeSubscriptionAndDatabaseCloudJob extends CloudJob {
6262
this.options,
6363
);
6464

65+
this.result = { resourceId: database.id };
66+
6567
this.changeState({ status: CloudJobStatus.Finished });
6668

6769
return database;

0 commit comments

Comments
 (0)