Skip to content

Commit

Permalink
test again to get discovery-controller-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Jul 22, 2024
1 parent 7ac7f3d commit 0fa3605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_discourse_core_deprecations.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function resolveIdentifier(name, scope, ast = null) {
}
})?.node?.id?.name;

return traverseForDeprecationId(ast, name, calleeFunctionName, argIndex);
// return traverseForDeprecationId(ast, name, calleeFunctionName, argIndex);
}

return [];
Expand Down

0 comments on commit 0fa3605

Please sign in to comment.