Skip to content

Commit 4190d34

Browse files
author
Emmanouil Konstantinidis
committed
Remove url causing error
1 parent ec78b08 commit 4190d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var Repository = React.createClass({
2929
var repoId = this.props.repo[0].repository.name;
3030

3131
apiRequests
32-
.putAuth('https://api.github.com/repos22/' + loginId + '/' + repoId + '/notifications', {})
32+
.putAuth('https://api.github.com/repos/' + loginId + '/' + repoId + '/notifications', {})
3333
.end(function (err, response) {
3434
if (response && response.ok) {
3535
// Notification Read

0 commit comments

Comments
 (0)