Merge branch 'master' into Hotfix-RedirectToUserSummary

This commit is contained in:
Jon Elias 2025-03-05 12:16:47 +00:00
commit 7f69a343c1
1 changed files with 2 additions and 2 deletions

View File

@ -54,11 +54,11 @@ module.exports = function(Self) {
},
{
arg: 'longitude',
type: 'number'
type: 'any'
},
{
arg: 'latitude',
type: 'number'
type: 'any'
},
{
arg: 'isActive',