Skip to content

Commit

Permalink
chore: update golden file
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Aug 6, 2020
1 parent af39d31 commit 8f32ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ export declare class Subscriber<T> extends Subscription implements Observer<T> {
protected _complete(): void;
protected _error(err: any): void;
protected _next(value: T): void;
_unsubscribeAndRecycle(): Subscriber<T>;
complete(): void;
error(err?: any): void;
next(value?: T): void;
Expand Down

0 comments on commit 8f32ffe

Please sign in to comment.