Skip to content

Commit

Permalink
Update redisqlite.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nikhil Acharya Prakash <[email protected]>
  • Loading branch information
sciabarracom and niks3089 authored May 17, 2021
1 parent 17e1f9d commit 768d0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redisqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Redisqlite(redis) {
Redisqlite.prototype.exec = function (sql) {
if (!Array.isArray(sql))
sql = [sql]
var redis = this.redis
const redis = this.redis
return new Promise(function (resolve, reject) {
redis.send_command("SQLEXEC", sql,
function (err, res) {
Expand Down

0 comments on commit 768d0f8

Please sign in to comment.