We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf37a2 commit 8b431b1Copy full SHA for 8b431b1
lib/index.js
@@ -12,7 +12,7 @@ import { getInfluxdbOptions } from './cli.js';
12
13
const log = getLogger('sitespeedio.plugin.influxdb');
14
15
-class InfluxDBPlugin extends SitespeedioPlugin {
+export default class InfluxDBPlugin extends SitespeedioPlugin {
16
constructor(options, context, queue) {
17
super({ name: 'influxdb', options, context, queue });
18
}
@@ -178,4 +178,3 @@ class InfluxDBPlugin extends SitespeedioPlugin {
178
179
180
InfluxDBPlugin.getCliOptions = getInfluxdbOptions;
181
-export default InfluxDBPlugin;
0 commit comments