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