Skip to content

Commit

Permalink
#202: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-s96 committed Nov 27, 2024
1 parent 5cf1742 commit fbe44b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/schema/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ const combineErrors = ({ errorCache, warningsCache, stats, version }) => {
* @param {{}} obj.cache
* @param {String} obj.resourceName
* @param {String} obj.failedItemName
* @param {String} obj.failedItemValue
* @param {String} obj.message
* @param {String} obj.fileName
* @param {String} obj.sourceModel
Expand All @@ -461,13 +460,11 @@ const combineErrors = ({ errorCache, warningsCache, stats, version }) => {
*/
const updateCacheAndStats = ({
cache,
// newCache,
resourceName,
failedItemName,
message,
fileName,
stats,
// failedItemValue,
isWarning,
sourceModel,
sourceModelField,
Expand Down Expand Up @@ -587,7 +584,6 @@ const keyifyResourceName = resourceName => {
return resourceName.trim() + 'Key';
};

// prettier-ignore
const getKeyFieldForResource = resourceName => {
switch (resourceName) {
case 'Property':
Expand Down

0 comments on commit fbe44b3

Please sign in to comment.