mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix ref to dispatcher
This commit is contained in:
parent
efccdab0ad
commit
310e6602ca
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Example:
|
|||
|
||||
const SdkConfig = require('./SdkConfig');
|
||||
const MatrixClientPeg = require("./MatrixClientPeg");
|
||||
var dis = require("../../dispatcher");
|
||||
var dis = require("./dispatcher");
|
||||
|
||||
function sendResponse(event, res) {
|
||||
const data = JSON.parse(JSON.stringify(event.data));
|
||||
|
|
Loading…
Reference in a new issue