From 01c9e0a6b9d747bd7c10e6ffeb1ca640bed433d1 Mon Sep 17 00:00:00 2001 From: Claudiu Farcas Date: Fri, 27 Nov 2020 13:54:40 +0200 Subject: [PATCH] Update Geolocation.js fix mapping error --- Darnton.Blazor.DeviceInterop/wwwroot/js/Geolocation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Darnton.Blazor.DeviceInterop/wwwroot/js/Geolocation.js b/Darnton.Blazor.DeviceInterop/wwwroot/js/Geolocation.js index 4344711..2bfe38d 100644 --- a/Darnton.Blazor.DeviceInterop/wwwroot/js/Geolocation.js +++ b/Darnton.Blazor.DeviceInterop/wwwroot/js/Geolocation.js @@ -58,8 +58,8 @@ mapErrorToResult: function (error, result) { result.error = { code: error.code, - message: code.message + message: error.message } } -} \ No newline at end of file +}