Skip to content

Commit

Permalink
Merge pull request #10 from tokens-bruecke/cobalt-workaround
Browse files Browse the repository at this point in the history
Update variablesToTokens.ts
  • Loading branch information
PavelLaptev authored Dec 3, 2023
2 parents aef1e85 + e3ef4a4 commit 23ef4ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/variablesToTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { normalizeValue } from "./normalizeValue";
import { normilizeType } from "./normilizeType";
import { getTokenKeyName } from "./getTokenKeyName";

import { groupObjectNamesIntoCategories } from "./groupObjectNamesIntoCategories";

// console.clear();

export const variablesToTokens = async (
Expand Down Expand Up @@ -111,7 +113,5 @@ export const variablesToTokens = async (
};
}, {});

// console.log("mergedVariables", mergedVariables);

return mergedVariables;
return groupObjectNamesIntoCategories(mergedVariables);
};

0 comments on commit 23ef4ae

Please sign in to comment.