Fix typo in chat user model property

This commit is contained in:
Fedor A. Fetisov 2021-06-15 01:09:03 +03:00
parent 74b9faf7af
commit f9e0755b23

View File

@ -57,7 +57,7 @@
* Not applicable for agents.
* @type Boolean
*/
dafaultName: true
defaultName: true
}
)
}