mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-27 16:42:30 +02:00
sync: minor refactors
This commit is contained in:
@@ -182,6 +182,7 @@ namespace Notesnook.API.Services
|
||||
|
||||
public async Task DeleteUserAsync(string userId)
|
||||
{
|
||||
logger.LogInformation("Deleting user {UserId}", userId);
|
||||
var cc = new CancellationTokenSource();
|
||||
|
||||
Repositories.Notes.DeleteByUserId(userId);
|
||||
|
||||
Reference in New Issue
Block a user