updates fetchData helper store
This commit is contained in:
parent
99fda23771
commit
35b731a356
|
@ -16,5 +16,5 @@ export function fetchData (url) {
|
||||||
|
|
||||||
get()
|
get()
|
||||||
|
|
||||||
return [store, get]
|
return {subscribe: store.subscribe, refresh: get}
|
||||||
}
|
}
|
Loading…
Reference in New Issue