Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Sep 10, 2024
1 parent c23bf45 commit a084b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/react-native/src/platform/PlatformRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default class PlatformRequests implements Requests {
getEventSourceCapabilities(): EventSourceCapabilities {
return {
readTimeout: false,
headers: false,
customMethod: false,
headers: true,
customMethod: true,
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import { Headers, NullEventSource } from '@launchdarkly/js-server-sdk-common';
import type {
EventSource,
EventSourceCapabilities,
EventSourceInitDict,
Options,
Requests,
Response,
EventSourceCapabilities,
} from '@launchdarkly/js-server-sdk-common';

class NoopResponse implements Response {
Expand Down

0 comments on commit a084b9a

Please sign in to comment.