mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -48,7 +48,7 @@ function connect() {
|
||||
// Export connection as a Promise
|
||||
db.connect = (function() {
|
||||
var connection
|
||||
, queue = []
|
||||
var queue = []
|
||||
|
||||
lifecycle.observe(function() {
|
||||
if (connection) {
|
||||
|
||||
Reference in New Issue
Block a user