process
This commit is contained in:
parent
7ff6165882
commit
ae9842d5e1
61 changed files with 929 additions and 433 deletions
|
@ -9,6 +9,7 @@ export class PipelineStatusUseCase {
|
|||
if (status.projectUUID !== null) {
|
||||
return Result.ok(status);
|
||||
}
|
||||
|
||||
if (status.projectUUID === null) {
|
||||
return Result.error(new Error("pipelineRealTimeService does not have an active project instance"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue