1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

updates fetchData helper store

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-07 14:52:58 +02:00
parent 8607127a0b
commit 2705722e3d

View file

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