Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thounyy committed Feb 3, 2025
1 parent 41ec55d commit a136171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export const getId = (type: string, isMainnet: boolean = false): string => {
throw new Error(`Type ${type} not found or has undefined id in ${dataDir}`);
}

return matchingObject.id;
return matchingObject.id
}

0 comments on commit a136171

Please sign in to comment.