Fixing lint issue.

This commit is contained in:
mike12345567 2023-03-03 12:08:03 +00:00
parent b99430ce4c
commit 21485b63ac
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"]