refactor: change user collections min title length to 1

This commit is contained in:
Andrew Bastin
2023-04-11 15:40:26 +05:30
parent c353d60ddc
commit b68115d3b2
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ export class UserCollectionService {
private readonly pubsub: PubSubService,
) {}
TITLE_LENGTH = 3;
TITLE_LENGTH = 1;
/**
* Typecast a database UserCollection to a UserCollection model