Fixing lint issue.

This commit is contained in:
mike12345567 2023-03-03 12:08:03 +00:00
parent 96208a5e8a
commit 158b33883b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export function getAppService(path: string) {
}
export function updateDockerComposeService(
// eslint-disable-next-line no-unused-vars
updateFn: (service: DockerCompose) => void
) {
const opts = ["docker-compose.yaml", "docker-compose.yml"]