Skip to content

Commit

Permalink
Update code/lib/core-common/src/presets.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored Feb 10, 2023
1 parent 8e261cb commit bf622c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-common/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const resolveAddonName = (
if (resolved) {
return {
type: 'presets',
name: root,
name: resolved,
};
}

Expand Down

0 comments on commit bf622c0

Please sign in to comment.