Explorar el Código

Fix syntax typo

n8ores hace 4 años
padre
commit
12a0e73587
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
       }