fix: set link default value to random (#192)
* fix: set link default value to random * fix: add auto EOL and add conventional-changelog package * feat: Adding reverse shares' shares a clickable link (#178) * Add clickable link to reverse share's shares * Ran format * Apply suggestions from code review * fix: set link default value to random (#181) * fix: set link default value to random * fix: add auto EOL and add conventional-changelog package * Apply suggestions from code review --------- Co-authored-by: Elias Schneider <login@eliasschneider.com> * feat: Adding reverse share ability to copy the link (#179) --------- Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
@@ -32,6 +32,7 @@ export type MyReverseShare = {
|
||||
maxShareSize: string;
|
||||
shareExpiration: Date;
|
||||
remainingUses: number;
|
||||
token: string;
|
||||
shares: MyShare[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user