Skip to content

Commit

Permalink
[fix] explicit Buffer import
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jun 29, 2020
1 parent 009e200 commit 198a9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connection/socket-factory.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Buffer } from 'buffer'
import { parse } from '@deepstream/protobuf/dist/src/message-parser'
import { getMessage } from '@deepstream/protobuf/dist/src/message-builder'
import {Socket} from '../deepstream-client'
Expand Down

0 comments on commit 198a9b6

Please sign in to comment.