1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

updates fetchData helper store

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-07 14:52:58 +02:00
parent 99fda23771
commit 35b731a356

View file

@ -16,5 +16,5 @@ export function fetchData (url) {
get()
return [store, get]
return {subscribe: store.subscribe, refresh: get}
}