mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:27:22 +01:00
fix build error
This commit is contained in:
parent
fdea046c77
commit
4da0c83ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ namespace MareSynchronosServer
|
|||
|
||||
foreach (var user in usersToRemove)
|
||||
{
|
||||
PurgeUser(user);
|
||||
PurgeUser(user, dbContext, _configuration);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue