Skip to content

Commit

Permalink
remove redundant type
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal committed Jun 25, 2021
1 parent 4ea26d7 commit 7def4b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/eas-cli/src/graphql/queries/BuildQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import gql from 'graphql-tag';
import { graphqlClient, withErrorHandlingAsync } from '../client';
import {
AppPlatform,
Build,
BuildFragment,
BuildStatus,
BuildsByIdQuery,
Expand All @@ -21,8 +20,6 @@ type Filters = {
limit?: number;
};

type PendingBuildQueryResult = Pick<Build, 'id' | 'platform'>;

export const BuildQuery = {
async byIdAsync(
buildId: string,
Expand Down

0 comments on commit 7def4b5

Please sign in to comment.