Fix linter errors

This commit is contained in:
Owen 2025-08-23 15:26:43 -07:00
parent 704ded4410
commit 32ba17cf91
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
22 changed files with 22 additions and 22 deletions

View file

@ -46,7 +46,7 @@ export default async function migration() {
// Read and parse the YAML file
const fileContents = fs.readFileSync(filePath, "utf8");
let rawConfig: any;
const rawConfig: any;
rawConfig = yaml.load(fileContents);
if (rawConfig.server?.trust_proxy) {