Skip to content

Commit 02ed209

Browse files
committed
Fix linter issues
1 parent 9d9408e commit 02ed209

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/datasource.ts

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export class JsonDataSource extends DataSourceApi<JsonApiQuery, JsonApiDataSourc
146146
bindings[v.name] = v.value;
147147
});
148148

149-
150149
// Bind Global variables to JSONata variables.
151150
globalVariables
152151
.map((v) => ({ name: v, value: getVariable(v) }))

0 commit comments

Comments
 (0)