mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
short term fix unbal quote in file security regex
This commit is contained in:
parent
c2daac4970
commit
a02a50ed59
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
//cleanup for dev server reloads.
|
||||
onDestroy(() => {
|
||||
sc.UnsubscribeAll({props:true, queries:true}); //NB! this wipes the subscriptions on the SocioClient instance, not just the ones registered here. Subscriptions return id's to use for unsubscribing.
|
||||
sc.UnsubscribeAll({props:true, queries:true}); //NB! this wipes the subscriptions on the SocioClient instance, not just the ones registered here. Subscriptions return ids to use for unsubscribing.
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue