Prettyfiy Code.

This commit is contained in:
Patrick Fic
2021-05-26 10:39:18 -07:00
parent 19270d681b
commit ce43aa8233

View File

@@ -49,7 +49,9 @@ namespace BodyshopPartner.Utils
}; };
exceptionString = exceptionString + x + ";"; exceptionString = exceptionString + x + ";";
}); });
if (jwtExpired && !lastTry) { await Utils.Auth.Refresh(); if (jwtExpired && !lastTry)
{
await Utils.Auth.Refresh();
return (ExecuteQuery(r, true)); return (ExecuteQuery(r, true));
} }
else else