Skip to content

Commit

Permalink
correct typo for uniqueId import path
Browse files Browse the repository at this point in the history
  • Loading branch information
void-mAlex authored and mansona committed Apr 2, 2024
1 parent 9739af5 commit 8bde7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compat/src/resolver-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const builtInKeywords: Record<string, BuiltIn | undefined> = {
},
unbound: {},
'unique-id': {
importableHelper: ['uniqId', '@ember/helper'],
importableHelper: ['uniqueId', '@ember/helper'],
},
unless: {},
with: {},
Expand Down

0 comments on commit 8bde7b9

Please sign in to comment.