Skip to content

Commit

Permalink
fix: incorrect noteable_type type for MergeRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 19, 2023
1 parent 52ef0e6 commit d17e48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/resources/MergeRequestNotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
} from '../infrastructure';

export interface MergeRequestNoteSchema extends NoteSchema {
noteable_type: 'Merge request';
noteable_type: 'MergeRequest';
}

export interface MergeRequestNotes<C extends boolean = false> extends ResourceNotes<C> {
Expand Down

0 comments on commit d17e48e

Please sign in to comment.