Prettyfiy Code.
This commit is contained in:
@@ -49,7 +49,9 @@ namespace BodyshopPartner.Utils
|
||||
};
|
||||
exceptionString = exceptionString + x + ";";
|
||||
});
|
||||
if (jwtExpired && !lastTry) { await Utils.Auth.Refresh();
|
||||
if (jwtExpired && !lastTry)
|
||||
{
|
||||
await Utils.Auth.Refresh();
|
||||
return (ExecuteQuery(r, true));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user