error log
This commit is contained in:
@@ -94,7 +94,7 @@ public class IdentityService
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
await ErrorLogService.Log(e);
|
||||
await ErrorLogService.Log(e, x => {});
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ public class IdentityService
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
await ErrorLogService.Log(e);
|
||||
await ErrorLogService.Log(e, x => {});
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user