Skip to content

Commit

Permalink
Update type def
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jan 30, 2020
1 parent 5139b58 commit b4d8112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { LogPositionState, LogPositionStateParams } from './log_position_state';

interface LogPositionUrlState {
position: LogPositionStateParams['visibleMidpoint'] | undefined;
streamLive?: boolean | undefined;
streamLive: boolean;
}

export const WithLogPositionUrlState = () => {
Expand Down

0 comments on commit b4d8112

Please sign in to comment.