fix moving channels

This commit is contained in:
MathMan05 2025-04-30 15:07:34 -05:00 committed by Rory&
parent 24292592c4
commit a9bff7554a

View File

@ -150,7 +150,7 @@ router.patch(
}),
Channel.findOneOrFail({
where: { id: opt.parent_id as string },
select: { permission_overwrites: true },
select: { permission_overwrites: true, id: true },
}),
]);