From 1b0083bc2b3c17d87e6777e2e5d220157b9836db Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 3 Sep 2020 16:04:22 +0800 Subject: [PATCH] fix(protocol): altitude=>type --- src/core/helpers/protocol/location/get-location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/helpers/protocol/location/get-location.js b/src/core/helpers/protocol/location/get-location.js index 6293dbc68..4723409f8 100644 --- a/src/core/helpers/protocol/location/get-location.js +++ b/src/core/helpers/protocol/location/get-location.js @@ -12,7 +12,7 @@ export const getLocation = { default: type.WGS84 }, altitude: { - altitude: Boolean, + type: Boolean, default: false } } -- GitLab