mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 23:04:16 +01:00
fix build?
This commit is contained in:
parent
152ee81038
commit
6c5ad25d99
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ public partial class MareHub
|
|||
|
||||
private async Task<string> GetUserIdent(string uid)
|
||||
{
|
||||
if (uid.IsNullOrEmpty()) return string.Empty;
|
||||
if (string.IsNullOrEmpty(uid)) return string.Empty;
|
||||
return await _redis.GetAsync<string>("UID:" + uid).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue