Fixed common caching not working.
This commit is contained in:
parent
4fb021e865
commit
017b720f8d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ const FutamiCommon = function(vars) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
get: get,
|
get: get,
|
||||||
|
toJSON: () => vars,
|
||||||
getJson: async (name, noCache) => {
|
getJson: async (name, noCache) => {
|
||||||
const options = { type: 'json' };
|
const options = { type: 'json' };
|
||||||
if(noCache)
|
if(noCache)
|
||||||
|
|
Loading…
Reference in a new issue