summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2025-05-01 20:45:44 -0500
committerRory& <root@rory.gay>2025-05-28 08:46:35 +0200
commit4f6211ce50529b3fbf19c246182d7b3d752c8133 (patch)
tree2e3009436dee8fd33779e29b3d88c424c07804f3 /src/api
parentsort array to make algorithm happy (diff)
downloadserver-ts-4f6211ce50529b3fbf19c246182d7b3d752c8133.tar.xz
remove missed log
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/guilds/#guild_id/channels.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/guilds/#guild_id/channels.ts b/src/api/routes/guilds/#guild_id/channels.ts

index 2eccb3e1d..86f94e12a 100644 --- a/src/api/routes/guilds/#guild_id/channels.ts +++ b/src/api/routes/guilds/#guild_id/channels.ts
@@ -130,7 +130,6 @@ router.patch( (_) => _ === b.parent_id, ) + 1 : 0); - console.log(apos, bpos); return apos - bpos; });