fix another stupid bug
This commit is contained in:
parent
1550ccd099
commit
91361ea9c6
@ -170,7 +170,7 @@ router.patch(
|
||||
channel.position = (parentPos + 1) as number;
|
||||
}
|
||||
channel.parent = parent || undefined;
|
||||
channel.parent_id = null;
|
||||
channel.parent_id = parent?.id || null;
|
||||
await channel.save();
|
||||
|
||||
await emitEvent({
|
||||
|
Loading…
x
Reference in New Issue
Block a user