Skip to content

Commit

Permalink
Merge pull request #5 from lucassabreu/gitlab-fix
Browse files Browse the repository at this point in the history
do not expose it
  • Loading branch information
lucassabreu authored Feb 25, 2018
2 parents 6063bc9 + d93df00 commit 1929390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.3] - 2018-02-25

### Fixed
- Fixed unneeded exposition of method on GitLab component

## [0.1.2] - 2018-02-25

### Added
Expand Down
3 changes: 1 addition & 2 deletions src/Origins/GitLab.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class GitLab extends React.Component {
}

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

Expand Down Expand Up @@ -158,4 +157,4 @@ class GitLab extends React.Component {
}
}

export default GitLab
export default GitLab

0 comments on commit 1929390

Please sign in to comment.