Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 14dac76

Browse files
committed
Remove unused function
1 parent be31d1b commit 14dac76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

migrations/utils.js

-4
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ async function getDeployerAddress(deployer) {
222222
];
223223
}
224224

225-
function findMatchingResourceIDs(firstConfig, secondConfig) {
226-
return firstConfig.filter((token) => secondConfig.includes(token));
227-
}
228-
229225
module.exports = {
230226
setupErc20,
231227
setupErc721,

0 commit comments

Comments
 (0)