Skip to content

Commit b41b07b

Browse files
committed
Remove the need for ts-ignore
1 parent 2eef68d commit b41b07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/fastly/src/platform/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="@fastly/js-compute" />
12
import { NullEventSource } from '@launchdarkly/js-server-sdk-common';
23
import type {
34
EventSource,
@@ -16,7 +17,6 @@ export default class EdgeRequests implements Requests {
1617
}
1718

1819
fetch(url: string, options: Options = {}): Promise<Response> {
19-
// @ts-ignore
2020
return fetch(url, { ...options, backend: this.eventsBackend });
2121
}
2222

0 commit comments

Comments
 (0)