aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Web
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-27 09:32:40 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-04-27 09:32:40 +0300
commitb3d005773db01537b831ae523224aaf124202fb7 (patch)
treeb09d852584e87139905bb77e5455b6a6dc49d0f2 /Software/Visual_Studio/Tango.Web
parente3435feb84231a97cc766a5f884c8aba5a1df919 (diff)
downloadTango-b3d005773db01537b831ae523224aaf124202fb7.tar.gz
Tango-b3d005773db01537b831ae523224aaf124202fb7.zip
Attempt to fix auto update check.
Fixed emulator ink consumption calc.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
-rw-r--r--Software/Visual_Studio/Tango.Web/TangoWebClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/TangoWebClient.cs b/Software/Visual_Studio/Tango.Web/TangoWebClient.cs
index 7c3c6ad2a..6399c2a09 100644
--- a/Software/Visual_Studio/Tango.Web/TangoWebClient.cs
+++ b/Software/Visual_Studio/Tango.Web/TangoWebClient.cs
@@ -109,7 +109,7 @@ namespace Tango.Web
var response = await _client.PostJson<TRequest, TResponse>(GetActionAddress(action), request);
return response;
}
- catch (TokenExpiredException ex)
+ catch (TokenExpiredException)
{
try
{