fix: Grammar in error message

This commit is contained in:
Tom Moor
2023-06-10 22:14:59 +03:00
parent e00c30bd1f
commit 137c33c323

View File

@@ -168,7 +168,7 @@ class Collection extends ParanoidModel {
@Length({
max: 50,
msg: `index must 50 characters or less`,
msg: `index must be 50 characters or less`,
})
@Column
index: string | null;