We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5e204 commit 86ccac1Copy full SHA for 86ccac1
1 file changed
plugins/eginnovations/v1/readDataSource/getLiveMeasure.js
@@ -5,7 +5,7 @@ import fetch from 'node-fetch';
5
export async function getLiveMeasure(context) {
6
const serverUrl = context.pluginConfig.serverUrl;
7
const url = `${serverUrl}/api/eg/analytics/getLiveMeasure`;
8
- const info = '';
+ var info = '';
9
context.log.info(url);
10
11
const agent = new https.Agent({
0 commit comments