mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
fix inference
fix small issues
This commit is contained in:
@@ -25,7 +25,7 @@ public class PythonResourceLoader : IResourceLoader, IAuthProvider
|
||||
private readonly DealerSocket _dealer = new();
|
||||
private readonly Guid _clientId = Guid.NewGuid();
|
||||
|
||||
public User CurrentUser { get; set; }
|
||||
public User CurrentUser { get; set; } = null!;
|
||||
|
||||
public PythonResourceLoader()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user