Skip to content

Commit 5f42004

Browse files
committed
Fix cli export
1 parent ea755d9 commit 5f42004

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@ export default class InfluxDBPlugin extends SitespeedioPlugin {
175175
);
176176
}
177177
}
178-
}
179178

180-
/*
181-
export function getCliOptions() {
182-
return getInfluxdbOptions();
179+
getCliOptions() {
180+
return getInfluxdbOptions();
181+
}
183182
}
184-
*/

0 commit comments

Comments
 (0)