refactor: run formatter

This commit is contained in:
Elias Schneider
2023-08-17 14:47:58 +02:00
parent 7b34cb14cb
commit f02e2979c4
48 changed files with 1018 additions and 573 deletions

View File

@@ -71,7 +71,7 @@ const uploadFile = async (
name: string;
},
chunkIndex: number,
totalChunks: number
totalChunks: number,
): Promise<FileUploadResponse> => {
const data = readerEvent.target!.result;
@@ -92,7 +92,7 @@ const createReverseShare = async (
shareExpiration: string,
maxShareSize: number,
maxUseCount: number,
sendEmailNotification: boolean
sendEmailNotification: boolean,
) => {
return (
await api.post("reverseShares", {