mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
fix(background): resolve missing closing brace syntax error in alarms onAlarm listener
This commit is contained in:
@@ -866,6 +866,8 @@ chrome.alarms.onAlarm.addListener(async (alarm) => {
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
function leaveOldRoomIfSwitching(newRoomId) {
|
||||
if (currentRoom && currentRoom.roomId !== newRoomId) {
|
||||
addLog(`Switching rooms: leaving ${currentRoom.roomId} to join ${newRoomId}`, 'info');
|
||||
|
||||
Reference in New Issue
Block a user