We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4a44e commit 05e9026Copy full SHA for 05e9026
lib/native/query.js
@@ -16,7 +16,7 @@ var NativeQuery = function(config, values, callback) {
16
17
var c = utils.normalizeQueryConfig(config, values, callback);
18
19
- this.name = c.name;
+ this.name = c.name;
20
this.text = c.text;
21
this.values = c.values;
22
this.callback = c.callback;
0 commit comments