Skip to content

Commit 3828e4f

Browse files
committed
Merge branch 'master' of github.com:bbc/http-transport
2 parents 2a0f7ae + 37ce8af commit 3828e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ declare class Context {
116116
req: Request
117117
res: Response
118118

119-
static create(defaults: contextDefaults)
119+
static create(defaults: contextDefaults): any
120120
retryAttempts: Array<RetryAttempt>
121121
addPlugin(plugin: Plugin): Context
122122
}

0 commit comments

Comments
 (0)