Skip to content

Commit a118346

Browse files
committed
Fixed merge response in merge get
1 parent 6256ea0 commit a118346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/merge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const mergeApply = (args: MergeApplyArgs) => {
101101
* Get a merge object by merge id including all of its conflicts
102102
*/
103103
export const mergeGet = (args: MergeGetArgs) => {
104-
return Ajax.get<Response>({
104+
return Ajax.get<MergeResponse>({
105105
url: `${api.apiUrl}/merge/${args.mergeId}`,
106106
auth: true
107107
});

0 commit comments

Comments
 (0)