mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-09 12:27:49 +02:00
global: add null safety checks
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Notesnook.API.Jobs
|
||||
{
|
||||
public class DeviceCleanupJob : IJob
|
||||
{
|
||||
public async Task Execute(IJobExecutionContext context)
|
||||
public Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
ParallelOptions parallelOptions = new()
|
||||
{
|
||||
@@ -59,6 +59,7 @@ namespace Notesnook.API.Jobs
|
||||
}
|
||||
}
|
||||
});
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user