Skip to content

Commit

Permalink
🔥 Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Jul 1, 2024
1 parent 2725024 commit ed2ecbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mcdoc/src/runtime/attribute/builtin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function getResourceLocationOptions(
if (tags === 'implicit') {
registry = `tag/${registry}`
}
// TODO: disallow non-tags when tags=required
if (tags === 'allowed' || tags === 'required') {
if (core.TaggableResourceLocationCategory.is(registry)) {
return {
Expand Down

0 comments on commit ed2ecbd

Please sign in to comment.