Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 3120256

Browse files
committed
Don't mix CommonJS module.exports with ES6 export keyword
1 parent 49fc084 commit 3120256

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/UpdateChannel.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,3 @@ function pushUpdates(subscribers: Array<string>, changes: { id: Id; latest: any;
178178
}
179179
return changes.latest;
180180
}
181-
182-
module.exports = {
183-
issueMutation: issueMutation
184-
};

0 commit comments

Comments
 (0)