updates fetchData helper store

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-07 14:52:58 +02:00
parent 99fda23771
commit 35b731a356
1 changed files with 1 additions and 1 deletions

View File

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