Prechádzať zdrojové kódy

Fix incorrect object access in Viber messages report

altin 5 rokov pred
rodič
commit
b5e68a92bf

+ 1 - 1
tools/reports/thirdparty/viber/messages.js

@@ -19,7 +19,7 @@ module.exports = {
   // Fields for apps report
   output: {
           'PK': el => el.Z_PK,
-          'Date': el => ZDATE_STRING,
+          'Date': el => el.ZDATE_STRING,
           'Name': el => el.ZDISPLAYFULLNAME,
           'Text': el => el.ZTEXT,
           'State': el => el.ZSTATE