Skip to content

Commit

Permalink
fix: typo in name (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Berezovsky committed Jun 16, 2020
1 parent 05c1b57 commit 6748cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/ReviewRequests.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Endpoint from "../endpoints/Endpoint";
import { wrap } from "../util/helpers";

export default class ReviewRequests extends Endpoint {
name = "reviewRequeasts";
name = "reviewRequests";

list(
descriptor: OrganizationDescriptor | ProjectDescriptor | BranchDescriptor,
Expand Down

0 comments on commit 6748cff

Please sign in to comment.