mirror of
https://github.com/outline/outline.git
synced 2026-03-04 18:59:32 -06:00
fix: User avatar not correct cleaned up, closes #7337
This commit is contained in:
@@ -670,7 +670,7 @@ class User extends ParanoidModel<
|
||||
if (attachment) {
|
||||
await DeleteAttachmentTask.schedule({
|
||||
attachmentId: attachment.id,
|
||||
teamId: model.id,
|
||||
teamId: model.teamId,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user