Skip to content

Commit acf2555

Browse files
committed
Corrections
Signed-off-by: Alexander Platov <[email protected]>
1 parent ded4950 commit acf2555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/love-resources/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ export async function updateSessionLanguage (room: Room): Promise<void> {
11941194
}
11951195
}
11961196

1197-
export async function showRoomSettings (room?: Room): Promise<any> {
1197+
export async function showRoomSettings (room?: Room): Promise<void> {
11981198
if (room === undefined) return
11991199

12001200
showPopup(RoomSettingsPopup, { room }, 'top')

0 commit comments

Comments
 (0)