Skip to content

Commit

Permalink
string
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed Jul 1, 2024
1 parent 26e491d commit a9124cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default function (Ctor: BaseScratchExtensionConstuctor) {
map.set(totalList[i].id, totalList[i]);
}
const mechanism: VersionArgTransformMechanism = {
arg: (identifier: ArgIdentifier) => map.get(identifier),
arg: (identifier: ArgIdentifier) => map.get(String(identifier)),
args: () => Array.from(map.values()),
}
// Complete the transformation
Expand Down

0 comments on commit a9124cf

Please sign in to comment.