Skip to content

Commit

Permalink
fix(wf-dev): omit cross env from copy (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Aug 4, 2024
1 parent c0d7e98 commit 0e6dbb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class WorkflowDefinitionService {
id: _id,
version,
name: _name,
crossEnvKey: _crossEnvKey,
displayName: _displayName,
createdAt: _createdAt,
updatedAt: _updatedAt,
Expand Down

0 comments on commit 0e6dbb1

Please sign in to comment.