mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 04:33:15 +02:00
refactor: run formatter
This commit is contained in:
@@ -47,7 +47,7 @@ export class ShareSecurityGuard implements CanActivate {
|
|||||||
"share_password_required"
|
"share_password_required"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!await this.shareService.verifyShareToken(shareId, shareToken))
|
if (!(await this.shareService.verifyShareToken(shareId, shareToken)))
|
||||||
throw new ForbiddenException(
|
throw new ForbiddenException(
|
||||||
"Share token required",
|
"Share token required",
|
||||||
"share_token_required"
|
"share_token_required"
|
||||||
|
|||||||
Reference in New Issue
Block a user