Skip to content

Commit

Permalink
Merge pull request #63 from EvHaus/patch-1
Browse files Browse the repository at this point in the history
Fix broken `MergeRequestNotes` requests
  • Loading branch information
jdalrymple authored Apr 9, 2018
2 parents a83a2cb + c5f5beb commit 562e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/MergeRequestNotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ResourceNotes } from '../templates';

class MergeRequestNotes extends ResourceNotes {
constructor(options) {
super('projects', 'mergerequests', options);
super('projects', 'merge_requests', options);
}
}

Expand Down

0 comments on commit 562e913

Please sign in to comment.