fix: made user room number a string for added flexibility

This commit is contained in:
2025-05-06 21:45:48 +02:00
parent 2dc447a446
commit 9423b4804a
7 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ function userNotif(uname: string) {
return pipeline
}
function roomNotif(room: number) {
function roomNotif(room: string) {
var pipeline: PipelineStage[] = [
{
$lookup: {