Skip to content

Commit 586a00f

Browse files
committed
FIx forgotten redis rename
1 parent a239970 commit 586a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemons/noteshandler/src/noteshandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ export class NotesConnection extends CommonConnection {
603603
async getPollinfo(args: { lectureuuid: string }) {
604604
try {
605605
const pollinfo = await this.redis.hGetAll(
606-
'lecture:' + args.lectureuuid + ':pollstate'
606+
'lecture:{' + args.lectureuuid + '}:pollstate'
607607
)
608608
if (pollinfo.command && pollinfo.data) {
609609
const limited = !!(pollinfo.limited === 'true')

0 commit comments

Comments
 (0)