Skip to content

Commit 52e7b96

Browse files
committed
Disable exporting cli options for now
1 parent 7c597b0 commit 52e7b96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { sendV1 } from './send-annotation.js';
88
import { sendV2 } from './send-annotationV2.js';
99
import { InfluxDBDataGenerator as DataGenerator } from './data-generator.js';
1010
import { throwIfMissing, isEmpty } from './util.js';
11-
import { getInfluxdbOptions } from './cli.js';
11+
import { getInfluxdbOptions } from './cli.js';
1212

1313
const log = getLogger('sitespeedio.plugin.influxdb');
1414

@@ -177,6 +177,8 @@ export default class InfluxDBPlugin extends SitespeedioPlugin {
177177
}
178178
}
179179

180+
/*
180181
export function getCliOptions() {
181182
return getInfluxdbOptions();
182-
}
183+
}
184+
*/

0 commit comments

Comments
 (0)