瀏覽代碼

Fix incorrect object access in Viber messages report

altin 5 年之前
父節點
當前提交
b5e68a92bf
共有 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