Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jul 15, 2024
1 parent 2603d7b commit 1a7199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ module.exports = {
// rmSync(projectPersistentPath, { recursive: true, force: true})
// This is better and assumes that directory is mounted on `/opt/storage`
const projectPersistentPath = path.join('/opt/persistent-storage', project.id)
rmSync(projectPersistentPath, { recursive: true, force: true})
rmSync(projectPersistentPath, { recursive: true, force: true })
} catch (err) {
this._app.log.error(`[docker] Project ${project.id} - error deleting persistent storage: ${err.stack}`)
}
Expand Down

0 comments on commit 1a7199b

Please sign in to comment.