make available translation text to set empty string

This commit is contained in:
Yevhenii Pertiaka 2023-08-23 23:52:07 +09:00
parent 6215e3b584
commit 021db14a43

View file

@ -23,10 +23,11 @@ Translation.attachSchema(
* the translation text * the translation text
*/ */
type: String, type: String,
optional: true,
}, },
createdAt: { createdAt: {
/** /**
* creation date of the organization user * creation date of the translation custom string
*/ */
type: Date, type: Date,
// eslint-disable-next-line consistent-return // eslint-disable-next-line consistent-return