Skip to content

Commit fec176e

Browse files
committed
fixed typo
1 parent fa35c13 commit fec176e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/query.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ var buildDataRowMetadata = function(msg, converters, names) {
5151
case 1700:
5252
case 700:
5353
converters[i] = parseBinaryFloat32;
54+
break;
5455
case 701:
5556
converters[i] = parseBinaryFloat64;
5657
break;
@@ -65,7 +66,7 @@ var buildDataRowMetadata = function(msg, converters, names) {
6566
break;
6667
case 1007:
6768
case 1008:
68-
converters[i] = arrayParser,
69+
converters[i] = arrayParser;
6970
break;
7071
default:
7172
converters[i] = dataTypeParsers[dataTypeId] || noParse;

0 commit comments

Comments
 (0)