Skip to content

Commit

Permalink
fix: removed not used utilities and fixed comment (#1093)
Browse files Browse the repository at this point in the history
* Removed not used functions

* Fixed typo
  • Loading branch information
shevchenkonik committed Apr 22, 2024
1 parent 04d9bc3 commit 46f88fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion lib/queryDepth.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { MER_ERR_GQL_QUERY_DEPTH } = require('./errors')

/**
* Returns the depth of nodes in a graphql query
* Based on the the GraphQL Depth Limit package from Stem (https://stem.is)
* Based on the GraphQL Depth Limit package from Stem (https://stem.is)
* Project: graphql-depth-limit https://github.com/stems/graphql-depth-limit
* Copyright (c) 2017 Stem
* License (MIT License) https://github.com/stems/graphql-depth-limit/blob/master/LICENSE
Expand Down
29 changes: 0 additions & 29 deletions lib/util.js

This file was deleted.

0 comments on commit 46f88fd

Please sign in to comment.