le falta la coma

This commit is contained in:
2025-06-10 00:14:30 -06:00
parent dcd6f3091b
commit 20ee3fc76f

View File

@@ -64,7 +64,7 @@ export const useRealtimeStore = defineStore('realtime', {
this._sse.onerror = () => { this._sse.onerror = () => {
console.warn('SSE connection lost, reloading...'); console.warn('SSE connection lost, reloading...');
}; };
} },
clearBadgesForTable(table) { clearBadgesForTable(table) {
if (this.badges[table]) { if (this.badges[table]) {
this.badges[table].INSERT = false; this.badges[table].INSERT = false;