Browse Source

Fix syntax typo

n8ores 4 năm trước cách đây
mục cha
commit
12a0e73587
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/activities.js

+ 1 - 1
models/activities.js

@@ -250,7 +250,7 @@ if (Meteor.isServer) {
         if (customField.name) {
           params.customField = customField.name;
         }
-        if (actitivy.value) {
+        if (activity.value) {
           params.customFieldValue = activity.value;
         }
       }