Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions types/handlers.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Dispatcher from './dispatcher'

export declare class RedirectHandler implements Dispatcher.DispatchHandler {
static buildDispatch(dispatcher: Dispatcher, maxRedirections: number): Dispatcher.Dispatch

Check failure on line 4 in types/handlers.d.ts

View workflow job for this annotation

GitHub Actions / Lint

Missing space before function parentheses
Comment thread
matthieusieben marked this conversation as resolved.
Outdated

constructor (
dispatch: Dispatcher.Dispatch,
maxRedirections: number,
Expand Down
Loading