chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-07-06 12:47:33 -07:00
parent 49fd403474
commit cf83065254
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -42,7 +42,10 @@ export default define(meta, paramDef, async (ps) => {
.then((response) => response.json())
.catch(() => {
const staticPatrons = JSON.parse(
fs.readFileSync(`${_dirname}/../../../../../../patrons.json`, "utf-8"),
fs.readFileSync(
`${_dirname}/../../../../../../patrons.json`,
"utf-8",
),
);
patrons = cachedPatrons ? JSON.parse(cachedPatrons) : staticPatrons;
});