fixup: lint errors

This commit is contained in:
Philip H. 2024-03-14 08:05:09 +00:00 committed by GitHub
parent b3306bee48
commit b7c2c81cc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 30 deletions

View File

@ -21,6 +21,7 @@ const {
setHeader,
serveStatic,
} = require('h3');
const Util = require('./Util');
const WireGuard = require('../services/WireGuard');