Skip to content

Commit 5b804e3

Browse files
committed
[Debug]
1 parent ab368c8 commit 5b804e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export class DataSource extends DataSourceApi<MyQuery, MyDataSourceOptions> {
6262
refId,
6363
fields: response.data.result.labels.map((id: string, i: number) => {
6464
const node = response.data.summary.nodes.find((n: any) => n.nd === id);
65+
console.log({ node });
6566
return {
6667
name: node?.name || id,
6768
type: i === 0 ? FieldType.time : FieldType.number,

0 commit comments

Comments
 (0)