From 925dbc1fc2d611320631ab16be7df5e983be6780 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 03 Jun 2025 15:26:08 +0000
Subject: [PATCH] fixed bug

---
 tst.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tst.js b/tst.js
index edf2cc0..786ddba 100644
--- a/tst.js
+++ b/tst.js
@@ -21,7 +21,7 @@
    // console.log(await db.getKurs(9911))
 
    // const k = await db.getKurse()
-   const k = await db.getKurs(9911)
+   const k = await db.getKursTeilnehmerCount(150)
    console.log(k)
    console.log(k.length)
 

--
Gitblit v1.8.0