mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-05-03 18:12:46 -03:00
fix race condition in isfollowing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { goto } from '$app/navigation';
|
||||
import { cacheSeguidos } from '@/stores/cacheSeguidos.svelte';
|
||||
import { cacheSeguidos } from '@/stores/cacheSeguidos';
|
||||
import { apiBase } from '@/stores/url';
|
||||
import { sesionStore } from '@/stores/usuario';
|
||||
import { get } from 'svelte/store';
|
||||
|
||||
Reference in New Issue
Block a user