fix build error

This commit is contained in:
Stanley Dimant
2022-08-02 23:12:09 +02:00
parent fdea046c77
commit 4da0c83ff7

View File

@@ -114,7 +114,7 @@ namespace MareSynchronosServer
foreach (var user in usersToRemove) foreach (var user in usersToRemove)
{ {
PurgeUser(user); PurgeUser(user, dbContext, _configuration);
} }
} }