Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenHoangSon96 committed Dec 16, 2024
1 parent 7ca32c4 commit 3774b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/util/TypeCasting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function getMappedValue(field: Field, value: any): any {

const metaType = field.metadata.get('iox::column::type')

if (!metaType || (!metaType && field.typeId === ArrowType.Timestamp) ) {
if (!metaType || (!metaType && field.typeId === ArrowType.Timestamp)) {
return value
}

Expand Down

0 comments on commit 3774b7e

Please sign in to comment.