Skip to content

Commit

Permalink
fix: remove duplicate of util for MapProfileIdNode
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed Jan 4, 2021
1 parent 9241b27 commit 9cd098a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/ast/map-ast.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ export function isOperationDefinitionNode(
return node.kind === 'OperationDefinition';
}

export function isProfileIdNode(node: MapASTNode): node is MapProfileIdNode {
return node.kind === 'ProfileId';
}

export function isProviderNode(node: MapASTNode): node is ProviderNode {
return node.kind === 'Provider';
}
Expand Down

0 comments on commit 9cd098a

Please sign in to comment.