Преглед изворни кода

Merge pull request #62 from altin/master

Fix incorrect object access in Viber messages report
Rich Infante пре 5 година
родитељ
комит
c5573a3e54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/reports/thirdparty/viber/messages.js

+ 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