Skip to content

Commit

Permalink
Remove redundant continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek committed Aug 15, 2024
1 parent 9b992da commit 7136f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export default async function (ast: ParseResult<File>, targetedDiscordModApiLibr
delete trueObj[prop];
}
Object.assign(trueObj, newAst);
continue;
}
}
const memberExpressionPaths = findPathsToType({ obj: element, targetType: "MemberExpression" });
Expand Down

0 comments on commit 7136f09

Please sign in to comment.