Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
r00gm committed Jan 9, 2025
1 parent 904ef26 commit 8aa6b1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/editor-ui/src/api/sourceControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ export const pushWorkfolder = async (

export const pullWorkfolder = async (
context: IRestApiContext,
data: IDataObject,
): Promise<SourceControlAggregatedFile[]> => {
data: PullWorkFolderRequestDto,
): Promise<void> => {
): Promise<SourceControlledFile[]> => {
return await makeRestApiRequest(context, 'POST', `${sourceControlApiRoot}/pull-workfolder`, data);
};

Expand Down

0 comments on commit 8aa6b1c

Please sign in to comment.