You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-07 23:02:56 +03:00
Fix lint error
semicolons rool
This commit is contained in:
@@ -24,7 +24,8 @@ function HttpBackend() {
|
|||||||
self.requests.splice(idx, 1);
|
self.requests.splice(idx, 1);
|
||||||
realReq.callback("aborted");
|
realReq.callback("aborted");
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
abort: abort
|
abort: abort
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user