Skip to content

Commit

Permalink
Remove not needed function
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Sep 12, 2023
1 parent 49b0a5f commit 07c9ef8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/routes/events/events.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ export class EventsService implements OnApplicationBootstrap {
return messageEvent;
}

/**
* Complete event observable
* This function is useful for testing purposes
*/
completeEventsObservable() {
return this.eventsSubject.complete();
}

/**
*
* Event must have at least a `chainId` and `type`
Expand Down

0 comments on commit 07c9ef8

Please sign in to comment.