Skip to content

Commit

Permalink
fix: replace var with const
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Jan 13, 2025
1 parent 0ae961a commit 6bd6476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pg-protocol/src/inbound-parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const expectedTwoRowMessage = {
},
],
}
var expectedBigOidMessage = {
const expectedBigOidMessage = {
name: 'rowDescription',
length: 31,
fieldCount: 1,
Expand Down

0 comments on commit 6bd6476

Please sign in to comment.