chore: initial commit fix linting issues (#2169)

* chore: lint fixes
This commit is contained in:
Carlos R. L. Rodrigues
2022-09-21 12:19:03 -03:00
committed by GitHub
parent c661cc789b
commit eb8034502b
122 changed files with 543 additions and 439 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ export default async function ({ port, directory }) {
return { dbConnection, server }
}
let { dbConnection, server } = await start()
const { dbConnection, server } = await start()
}