Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthMantri committed Oct 23, 2024
1 parent 42a297f commit c10ed38
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ export class HttpService
} catch (e) {
return h.response({ message: e.message }).code(400);
}

return await firstValueFrom(
of(1).pipe(
HttpService.generateOasSemaphore.acquire(),
Expand All @@ -310,7 +309,6 @@ export class HttpService
filters,
}
);

return h.response(result);
} catch (e) {
this.log.error(e);
Expand Down

0 comments on commit c10ed38

Please sign in to comment.