fix: the filed of the update dto of user to targets
This commit is contained in:
@@ -288,7 +288,7 @@ export class UsersService {
|
||||
if (quota) updateData.quota = quota;
|
||||
|
||||
if (forwarders !== undefined) {
|
||||
updateData.forward = forwarders;
|
||||
updateData.targets = forwarders;
|
||||
user.forwarders = forwarders;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user