Skip to content

Commit

Permalink
conn close ; no error
Browse files Browse the repository at this point in the history
  • Loading branch information
vcmirko committed Oct 3, 2024
1 parent 1be31db commit fd0c13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/models/db.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ MySql.do = async function (query, vars, silent = false) {
await conn.end()
} catch (e) {
logger.error('[ansibleforms] ' + e)
throw e
}
}
}
Expand Down

0 comments on commit fd0c13d

Please sign in to comment.