0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00

refactor: run formatter

This commit is contained in:
Elias Schneider 2022-10-29 23:12:29 +02:00
parent c2ddce6203
commit 63e0af3484

View file

@ -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"