Skip to content

Commit

Permalink
Update packages/cli/src/environments/sourceControl/types/sourceContro…
Browse files Browse the repository at this point in the history
…lPushWorkFolder.ts

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
  • Loading branch information
krynble and ivov authored Jul 25, 2023
1 parent 3ee9ec3 commit 5fabadb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export class SourceControlPushWorkFolder {
force?: boolean;

@IsString({ each: true })
// @IsOptional()
fileNames: SourceControlledFile[];

@IsString()
Expand Down

0 comments on commit 5fabadb

Please sign in to comment.