Skip to content

Commit

Permalink
remove next from reload$
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 5, 2024
1 parent 6073680 commit 91e0ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { Observable } from 'rxjs';

export interface PublishesReload {
reload$: Observable<void>;
reload$: Omit<Observable<void>, 'next'>;
}

export const apiPublishesReload = (unknownApi: null | unknown): unknownApi is PublishesReload => {
Expand Down

0 comments on commit 91e0ed9

Please sign in to comment.