Skip to content

Commit 7950c4c

Browse files
committed
lint fix
1 parent c5e44f3 commit 7950c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export function formatResponse(buffer: Buffer): QueryResult {
242242
const result = parseSkytableData(buffer);
243243
// FIXME to be better
244244
return result?.[0];
245-
}
245+
}
246246
throw new TypeError('unknown response type');
247247
}
248248
}

0 commit comments

Comments
 (0)