Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Sep 7, 2023
1 parent 14b7faa commit 0fbed75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/src/dataset-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export function getFieldsFromData(data: RowData, fieldOrder: string[]): Field[]
const name = fieldByIndex[index];

const fieldMeta = metadata.find(m => m.key === field);
let {type} = fieldMeta.type;
let type = fieldMeta.type;
const {format} = fieldMeta.format;

// check if string is hex wkb
Expand Down

0 comments on commit 0fbed75

Please sign in to comment.