Skip to content

Commit

Permalink
chore: biome-ignore in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 6, 2024
1 parent 5b4559b commit 57373df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateClientTypesMap/getClientTypesMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const getClientTypesMap = async (clientName: string): Promise<Record<stri
});

const updatedClientTypesMap = getClientTypesMapWithKeysRemovedFromValues(clientTypesMap);
// biome-ignore lint/complexity/useLiteralKeys: script
clientTypesMap["ClientConfiguration"] = `${CLIENT_NAMES_MAP[clientName]}ClientConfig`;

return Object.entries(updatedClientTypesMap)
Expand Down

0 comments on commit 57373df

Please sign in to comment.