mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 08:14:15 +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)
|
foreach (var user in usersToRemove)
|
||||||
{
|
{
|
||||||
PurgeUser(user);
|
PurgeUser(user, dbContext, _configuration);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue