Skip to content

Commit

Permalink
On-demand jobs shudn't have project_group_id
Browse files Browse the repository at this point in the history
  • Loading branch information
MashB committed Jul 25, 2024
1 parent 7a8f704 commit 09e62db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/osw-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class OswService implements IOswService {
tdei_dataset_id: tdei_dataset_id,
trigger_type: 'manual'
},
tdei_project_group_id: dataset.tdei_project_group_id,
tdei_project_group_id: '',
user_id: user_id,
});

Expand Down Expand Up @@ -1004,7 +1004,7 @@ class OswService implements IOswService {
algorithms: algorithms,
persist: persist
},
tdei_project_group_id: dataset.tdei_project_group_id,
tdei_project_group_id: '',
user_id: user_id
})
const job_id = await this.jobServiceInstance.createJob(job);
Expand Down

0 comments on commit 09e62db

Please sign in to comment.