Skip to content

Commit

Permalink
buffer-source: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Jan 8, 2020
1 parent c0fb8a7 commit a77e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/buffer-source.js
@@ -1,7 +1,7 @@
'use strict'

const { Buffer } = require('buffer')
const { Status } = require('../reference-status-enum')
const Status = require('../reference-status-enum')

class BufferSource {
constructor (buf) {
Expand Down

0 comments on commit a77e746

Please sign in to comment.