Prettyfiy Code.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user