Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit b67bbb2

Browse files
committed
fix stream import
1 parent 5307ff2 commit b67bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeedManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var stream = require('getstream'),
1+
var stream = require('getstream').default,
22
Promise = require('promise');
33
var FeedManager = function() {
44
this.initialize.apply(this, arguments);

0 commit comments

Comments
 (0)