Skip to content

Commit 86ccac1

Browse files
author
dashuser1
committed
Bug Fixes
1 parent 0f5e204 commit 86ccac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/eginnovations/v1/readDataSource/getLiveMeasure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fetch from 'node-fetch';
55
export async function getLiveMeasure(context) {
66
const serverUrl = context.pluginConfig.serverUrl;
77
const url = `${serverUrl}/api/eg/analytics/getLiveMeasure`;
8-
const info = '';
8+
var info = '';
99
context.log.info(url);
1010

1111
const agent = new https.Agent({

0 commit comments

Comments
 (0)