Merge pull request #3610 from n8ores/customFieldsFix

Fix syntax typo
This commit is contained in:
Lauri Ojansivu 2021-02-26 13:26:49 +02:00 committed by GitHub
commit ff03171f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}