mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
Fix linter errors
This commit is contained in:
parent
704ded4410
commit
32ba17cf91
22 changed files with 22 additions and 22 deletions
|
@ -177,7 +177,7 @@ export default async function migration() {
|
|||
}
|
||||
|
||||
const fileContents = fs.readFileSync(filePath, "utf8");
|
||||
let rawConfig: any;
|
||||
const rawConfig: any;
|
||||
rawConfig = yaml.load(fileContents);
|
||||
|
||||
if (!rawConfig.server.secret) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue