Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Feb 19, 2025
1 parent 4c86cfe commit 0ce3a9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ async function getProjectData(id: string, orgId: string, client: any): Promise<P
const rawTokens = typeof tokenSet.raw === 'string'
? JSON.parse(tokenSet.raw)
: tokenSet.raw;
// Creating new object to ensure it's extensible
acc.tokens[tokenSet.name] = JSON.parse(JSON.stringify(rawTokens));
acc.tokenSets[tokenSet.name] = { isDynamic: tokenSet.type === TokenSetType.Dynamic };
return acc;
Expand Down

0 comments on commit 0ce3a9b

Please sign in to comment.