Skip to content

Commit

Permalink
its lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Nov 5, 2024
1 parent 26062af commit 0727354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-common/src/utils/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ export function isSuccessfulResponse(
statusCode &&
200 <= statusCode &&
statusCode < 300 &&
!headers['X-ClickHouse-Exception-Code'],
!headers['x-clickhouse-exception-code'],
)
}

0 comments on commit 0727354

Please sign in to comment.