feat: allow multiple shares with one reverse share link
This commit is contained in:
@@ -99,12 +99,14 @@ const uploadFile = async (
|
||||
const createReverseShare = async (
|
||||
shareExpiration: string,
|
||||
maxShareSize: number,
|
||||
maxUseCount: number,
|
||||
sendEmailNotification: boolean
|
||||
) => {
|
||||
return (
|
||||
await api.post("reverseShares", {
|
||||
shareExpiration,
|
||||
maxShareSize: maxShareSize.toString(),
|
||||
maxUseCount,
|
||||
sendEmailNotification,
|
||||
})
|
||||
).data;
|
||||
|
||||
Reference in New Issue
Block a user