Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPierdona committed Aug 16, 2022
1 parent 819b61e commit 9f35134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/model-typings/src/models/IUploadsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ export interface IUploadsModel extends IBaseModel<IUpload> {
updateFileComplete(fileId: string, userId: string, file: object): Promise<UpdateResult | undefined>;

deleteFile(fileId: string): Promise<DeleteResult>;

}

0 comments on commit 9f35134

Please sign in to comment.