Skip to content

Commit 8b431b1

Browse files
committed
Another export fix
1 parent 3cf37a2 commit 8b431b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { getInfluxdbOptions } from './cli.js';
1212

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

15-
class InfluxDBPlugin extends SitespeedioPlugin {
15+
export default class InfluxDBPlugin extends SitespeedioPlugin {
1616
constructor(options, context, queue) {
1717
super({ name: 'influxdb', options, context, queue });
1818
}
@@ -178,4 +178,3 @@ class InfluxDBPlugin extends SitespeedioPlugin {
178178
}
179179

180180
InfluxDBPlugin.getCliOptions = getInfluxdbOptions;
181-
export default InfluxDBPlugin;

0 commit comments

Comments
 (0)