From 017b720f8d39bdfc2775e8117823fcf1a3b1a4b7 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 23 Jan 2024 01:33:49 +0000 Subject: [PATCH] Fixed common caching not working. --- src/mami.js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mami.js/common.js b/src/mami.js/common.js index ac32d2a..67a2c31 100644 --- a/src/mami.js/common.js +++ b/src/mami.js/common.js @@ -9,6 +9,7 @@ const FutamiCommon = function(vars) { return { get: get, + toJSON: () => vars, getJson: async (name, noCache) => { const options = { type: 'json' }; if(noCache)