Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass authored Nov 7, 2023
1 parent 2f52adc commit 9001592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/modules/deletion/uc/deletion-request.uc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class DeletionRequestUc {

async findById(deletionRequestId: EntityId): Promise<DeletionRequestLog> {
const deletionRequest: DeletionRequest = await this.deletionRequestService.findById(deletionRequestId);

let response: DeletionRequestLog = DeletionRequestLogBuilder.build(
DeletionTargetRefBuilder.build(deletionRequest.targetRefDomain, deletionRequest.targetRefId),
deletionRequest.deleteAfter
Expand Down

0 comments on commit 9001592

Please sign in to comment.