chore: 🎨 format
This commit is contained in:
parent
49fd403474
commit
cf83065254
@ -42,7 +42,10 @@ export default define(meta, paramDef, async (ps) => {
|
|||||||
.then((response) => response.json())
|
.then((response) => response.json())
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
const staticPatrons = JSON.parse(
|
const staticPatrons = JSON.parse(
|
||||||
fs.readFileSync(`${_dirname}/../../../../../../patrons.json`, "utf-8"),
|
fs.readFileSync(
|
||||||
|
`${_dirname}/../../../../../../patrons.json`,
|
||||||
|
"utf-8",
|
||||||
|
),
|
||||||
);
|
);
|
||||||
patrons = cachedPatrons ? JSON.parse(cachedPatrons) : staticPatrons;
|
patrons = cachedPatrons ? JSON.parse(cachedPatrons) : staticPatrons;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user