Add missing comma
This commit is contained in:
parent
8ab13e1497
commit
7967793c55
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class ImporterStatus {
|
|||
repo_id: id,
|
||||
target_namespace: targetNamespace,
|
||||
new_name: newName,
|
||||
ci_cd_only: this.ciCdOnly
|
||||
ci_cd_only: this.ciCdOnly,
|
||||
};
|
||||
|
||||
if (repoData) {
|
||||
|
|
Loading…
Reference in a new issue