Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalojaubert committed Nov 28, 2023
1 parent b260970 commit 1310c5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/framework-types/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ export interface ProviderEventsLibrary {
* @param config
* @param parameters
*/
findDeletableEvent(config: BoosterConfig, parameters: EventDeleteParameters): Promise<Array<EventEnvelopeFromDatabase>>
findDeletableEvent(
config: BoosterConfig,
parameters: EventDeleteParameters
): Promise<Array<EventEnvelopeFromDatabase>>

/**
* Find all snapshots to be removed based on the parameters
Expand Down

0 comments on commit 1310c5f

Please sign in to comment.