From f697a7ca1db4ca1a2a26c7379b4d6231caf8a628 Mon Sep 17 00:00:00 2001 From: voxmatt Date: Thu, 19 Oct 2017 16:59:00 -0700 Subject: [PATCH] fixing linting errors surfaced by Travis --- types/react-relay/compat.d.ts | 1 - types/react-relay/test/react-relay-tests.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/react-relay/compat.d.ts b/types/react-relay/compat.d.ts index 527ef6fa42..22585d03d0 100644 --- a/types/react-relay/compat.d.ts +++ b/types/react-relay/compat.d.ts @@ -33,7 +33,6 @@ export type ReactFragmentComponent = ComponentWithFragment | StatelessWith export type ReactBaseComponent = React.ComponentClass | React.StatelessComponent; export type RelayClassicEnvironment = RelayEnvironmentInterface; - // ~~~~~~~~~~~~~~~~~~~~~ // RelayCompatTypes // ~~~~~~~~~~~~~~~~~~~~~ diff --git a/types/react-relay/test/react-relay-tests.tsx b/types/react-relay/test/react-relay-tests.tsx index 612df078a1..f73b7c00c7 100644 --- a/types/react-relay/test/react-relay-tests.tsx +++ b/types/react-relay/test/react-relay-tests.tsx @@ -368,7 +368,7 @@ interface CompatProps { relay: RelayPaginationPropCompat; } -export class CompatComponent extends React.Component { +export class CompatComponent extends React.Component { markNotificationAsRead(source: string, storyID: string) { markNotificationAsReadCompat(this.props.relay.environment, source, storyID); }