Skip to content

Commit 3b1d986

Browse files
committed
ops
1 parent 3391f0d commit 3b1d986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/meteor/server/modules/streamer/publication-user-cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function getCachedUserForPublication(publication: IPublication): Pr
2929

3030
cacheByPublication.set(userId, { user, timeout });
3131
}
32-
return value;
32+
return user;
3333
}
3434

3535
export function invalidate(userId: string): CacheEntry['user'] | null {

0 commit comments

Comments
 (0)