Fixed common caching not working.

This commit is contained in:
flash 2024-01-23 01:33:49 +00:00
parent 4fb021e865
commit 017b720f8d

View file

@ -9,6 +9,7 @@ const FutamiCommon = function(vars) {
return {
get: get,
toJSON: () => vars,
getJson: async (name, noCache) => {
const options = { type: 'json' };
if(noCache)