fix(positionstack): Longitude and latitude values
This commit is contained in:
@@ -6,16 +6,16 @@ export default defineAction({
|
|||||||
description: 'Get the address of a location from its longitude and latitude.',
|
description: 'Get the address of a location from its longitude and latitude.',
|
||||||
arguments: [
|
arguments: [
|
||||||
{
|
{
|
||||||
label: 'Longitude',
|
label: 'Latitude',
|
||||||
key: 'longitude',
|
key: 'latitude',
|
||||||
type: 'string' as const,
|
type: 'string' as const,
|
||||||
required: true,
|
required: true,
|
||||||
description: 'Longitude of the location.',
|
description: 'Longitude of the location.',
|
||||||
variables: true,
|
variables: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Latitude',
|
label: 'Longitude',
|
||||||
key: 'latitude',
|
key: 'longitude',
|
||||||
type: 'string' as const,
|
type: 'string' as const,
|
||||||
required: true,
|
required: true,
|
||||||
description: 'Latitude of the location.',
|
description: 'Latitude of the location.',
|
||||||
|
Reference in New Issue
Block a user