mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
fix test error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const assert = require('assert');
|
||||
const Websocket = require('ws');
|
||||
const {WebhookResponse} = require('@jambonz/node-client');
|
||||
const {WebhookResponse} = require('./webhook-response');
|
||||
|
||||
module.exports = (ws, {logger, req}) => {
|
||||
assert(ws instanceof Websocket);
|
||||
|
||||
Reference in New Issue
Block a user