Skip to content

Commit 01a084e

Browse files
author
Ives van Hoorne
committed
Fix ESLint
1 parent 6ab8b8d commit 01a084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Sandbox/Editor/Workspace/Git/modals/ExportToGithub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default class ExportToGithub extends React.PureComponent<Props, State> {
2323
}
2424

2525
awaitExport = async () => {
26-
const result = await this.props.promise;
26+
await this.props.promise;
2727
const { closeModal } = this.props;
2828

2929
const message = <div>Exported to GitHub!</div>;

0 commit comments

Comments
 (0)