We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5964d1 commit bee34bcCopy full SHA for bee34bc
plugins/love-resources/src/utils.ts
@@ -1194,7 +1194,7 @@ export async function updateSessionLanguage (room: Room): Promise<void> {
1194
}
1195
1196
1197
-export async function showRoomSettings (room?: Room): Promise<any> {
+export async function showRoomSettings (room?: Room): Promise<void> {
1198
if (room === undefined) return
1199
1200
showPopup(RoomSettingsPopup, { room }, 'top')
0 commit comments