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 0fbed75 commit 13bce42
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 @@ -468,7 +468,7 @@ export function getFieldsFromData(data: RowData, fieldOrder: string[]): Field[]

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

// check if string is hex wkb
if (type === AnalyzerDATA_TYPES.STRING) {
Expand Down

0 comments on commit 13bce42

Please sign in to comment.