Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 775d995

Browse files
committed
Lint
1 parent a077998 commit 775d995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/login/Registration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = React.createClass({
152152
idBaseUrl: this.state.isUrl,
153153
});
154154
try {
155-
const result = await this._makeRegisterRequest({});
155+
await this._makeRegisterRequest({});
156156
// This should never succeed since we specified an empty
157157
// auth object.
158158
console.log("Expecting 401 from register request but got success!");

0 commit comments

Comments
 (0)