Skip to content

Commit 424a8ba

Browse files
committed
logging
1 parent 2d6cc75 commit 424a8ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/utils/queueHelpers.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ export async function joinQueues(
200200
[userId],
201201
)
202202
if (res.rows.length > 0) {
203+
console.log(
204+
'1:',
205+
res.rows[0].count,
206+
'2:',
207+
res.rows.length,
208+
'3:',
209+
res.rows[0],
210+
)
203211
await interaction
204212
?.followUp({ content: "You're already in queue!" })
205213
.catch((e) => console.error(e))

0 commit comments

Comments
 (0)