n8ores 4 anni fa
parent
commit
12a0e73587
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }
       }