Skip to content

Commit e4abf4d

Browse files
committed
#RI-4759 - fix pr comments
1 parent 602a7fb commit e4abf4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

redisinsight/api/src/modules/cloud/job/jobs/cloud-job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export abstract class CloudJob {
7070
try {
7171
this.changeState({
7272
status: CloudJobStatus.Running,
73-
step: CloudJobStep.Initializing,
73+
step: CloudJobStep.Credentials,
7474
});
7575

7676
return await this.iteration();

redisinsight/api/src/modules/cloud/job/models/cloud-job-info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export enum CloudJobStatus {
1616
}
1717

1818
export enum CloudJobStep {
19-
Initializing = 'initializing',
2019
Credentials = 'credentials',
2120
Subscription = 'subscription',
2221
Database = 'database',

0 commit comments

Comments
 (0)