Update src/deployments.ts #3

Merged
zramsay merged 2 commits from zramsay-patch-2 into main 2024-07-23 16:41:24 +00:00
Showing only changes of commit 698e630a18 - Show all commits

View File

@ -85,7 +85,7 @@ export class RegHelper {
if (!idOrName) {
return null;
}
if (idOrName.startsWith('crn:')) {
if (idOrName.startsWith('lrn:')) {
return this.resolveName(idOrName);
}
return this.getRecordById(idOrName);