Skip to content

Commit a99c7f4

Browse files
committed
fix rogue comment
1 parent 2b76ffe commit a99c7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-api/livekit/api/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Claims:
8787
room_config: Optional[RoomConfiguration] = None
8888

8989
def asdict(self) -> dict:
90-
# we don't
90+
# in order to produce minimal JWT size, exclude None or empty values
9191
claims = dataclasses.asdict(
9292
self,
9393
dict_factory=lambda items: {

0 commit comments

Comments
 (0)