Skip to content

Commit b29d94c

Browse files
committed
Fix deno compatibility
1 parent 5ad7556 commit b29d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bolt-connection/src/packstream/packstream-v5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* limitations under the License.
1818
*/
1919

20-
import * as v2 from './packstream-v2';
20+
import * as v2 from './packstream-v2'
2121
import {
2222
Node,
2323
Relationship,

0 commit comments

Comments
 (0)