refactor: change user collections min title length to 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user