From 0b6cea6cd756e446315fc11052d80d1aabba3ef4 Mon Sep 17 00:00:00 2001 From: Anna Sosina Date: Tue, 19 May 2026 19:57:34 +0300 Subject: [PATCH] Change 'ts' type from empty to 'IntegerString' --- api/parts/mgmt/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/parts/mgmt/users.js b/api/parts/mgmt/users.js index cfe1c605cb2..9560efa9d0b 100644 --- a/api/parts/mgmt/users.js +++ b/api/parts/mgmt/users.js @@ -904,7 +904,7 @@ usersApi.saveNote = async function(params) { }, 'ts': { 'required': true, - 'type': '' + 'type': 'IntegerString' }, 'noteType': { 'required': true, @@ -1190,4 +1190,4 @@ usersApi.ackNotification = function(params) { }); }; -module.exports = usersApi; \ No newline at end of file +module.exports = usersApi;