Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shareApiController): avoid duplicated expiryDate operations
`expireDate` can be set once and used anywhere needed, the current implementation, duplicates this behavior which leads to `parseDate` receiving an a date object it parsed and returend earlier in the createShare method. Signed-off-by: fenn-cs <[email protected]>
- Loading branch information