Skip to content

Commit

Permalink
Merge pull request #156 from halkeye/patch-1
Browse files Browse the repository at this point in the history
fix: wrap is used, but not imported
  • Loading branch information
Half-Shot authored Jun 25, 2020
2 parents 111f82f + 997a518 commit 4a165a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bridge-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
const Promise = require("bluebird");
const MatrixUser = require("../models/users/matrix");
const MatrixRoom = require("../models/rooms/matrix");
const {wrap} = require("../errors");

/**
* Bridge context.
Expand Down

0 comments on commit 4a165a1

Please sign in to comment.