Skip to content

Commit 1929390

Browse files
authored
Merge pull request #5 from lucassabreu/gitlab-fix
do not expose it
2 parents 6063bc9 + d93df00 commit 1929390

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2018-02-25
10+
11+
### Fixed
12+
- Fixed unneeded exposition of method on GitLab component
13+
914
## [0.1.2] - 2018-02-25
1015

1116
### Added

src/Origins/GitLab.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class GitLab extends React.Component {
4343
}
4444

4545
async componentDidMount() {
46-
window.coisa = this.fetch
4746
const resp = await this.fetch(`https://gitlab.com/api/v3/projects`);
4847
const projects = await resp.json();
4948

@@ -158,4 +157,4 @@ class GitLab extends React.Component {
158157
}
159158
}
160159

161-
export default GitLab
160+
export default GitLab

0 commit comments

Comments
 (0)