Add missing comma

This commit is contained in:
Stan Hu 2018-07-05 21:52:24 -07:00
parent 8ab13e1497
commit 7967793c55

View file

@ -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) {