Skip to content

Commit 485d196

Browse files
committed
Adding logging to test realtime.
1 parent ca134cf commit 485d196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/org/[orgid]/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
// When realtime reports revised data, and we aren't navigating, reload all data and render accordingly.
5656
function updateOrg() {
5757
if (navigating.to === null) {
58+
console.log('Invalidating load to refresh data.');
5859
invalidateAll();
5960
}
6061
}

0 commit comments

Comments
 (0)