Skip to content

Commit

Permalink
feat: WEB-2355 increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Kedra committed Aug 1, 2024
1 parent 8b73602 commit 2383931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/whisp/whisp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class WhispService {
const createdWhisp = await this.whispModel.create(whisp);
await this.eventService.triggerEvent(new Event(EventNames.WHISP_CREATED, createdWhisp));
this.distributionService.distributeWhisp(createdWhisp);

return createdWhisp;
}

Expand Down

0 comments on commit 2383931

Please sign in to comment.