Skip to content

Commit 89ca9dd

Browse files
committed
fix getauth ops
1 parent bd1a3d2 commit 89ca9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/room/src/state_resolution/definitions/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export async function getAuthChain(
131131
return newAuthChainPart;
132132
};
133133

134-
return _getAuthChain(event, new Set(event.eventId));
134+
return _getAuthChain(event, new Set([event.eventId]));
135135
}
136136

137137
// Auth difference

0 commit comments

Comments
 (0)