Skip to content

Commit 2a68b6c

Browse files
authored
Merge pull request #179 from game-node-app/dev
- made category filter optional in collection entries query
2 parents fe8ab5a + 08cddbd commit 2a68b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/collections-entries/dto/find-collection-entries.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export class FindCollectionEntriesDto extends OmitType(
2727
@IsString()
2828
status?: CollectionEntryStatus;
2929
@IsOptional()
30-
category: EGameCategory[] = [];
30+
category?: EGameCategory[] = [];
3131
}

0 commit comments

Comments
 (0)