Correct typo

This commit is contained in:
n8ores 2021-02-26 20:44:03 +13:00
parent 250e79f53c
commit 8e29a52d71

View file

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