fix
This commit is contained in:
parent
9cf92260e5
commit
8681c97ebd
3
sql.go
3
sql.go
@ -969,8 +969,7 @@ func cleanupJobData() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
jobs, err := jobStmt.Query(r)
|
jobs, err := jobStmt.Query(&cacheObjType[`job`])
|
||||||
err = stmt.QueryRow(jobTypeID64).Scan(&cacheObjType[`job`])
|
|
||||||
logOnError(err, "cleanupJobData : query jobStmt")
|
logOnError(err, "cleanupJobData : query jobStmt")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
jobStmt.Close()
|
jobStmt.Close()
|
||||||
|
Loading…
Reference in New Issue
Block a user