Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mShan0 committed Jul 15, 2022
1 parent e08fadc commit 8ac049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value-parser.ts
Expand Up @@ -465,7 +465,7 @@ function readVariant(parser: Parser, options: ParserOptions, dataLength: number,
case 'NVarChar':
case 'NChar':
return parser.readUInt16LE((_maxLength) => {
const _collation = readCollation(parser);
readCollation(parser);
readNChars(parser, dataLength, callback);
});

Expand Down

0 comments on commit 8ac049f

Please sign in to comment.