Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Mar 29, 2024
1 parent b9683e6 commit d540056
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ export interface MakeMetadataKeysWithContextOptions {
contextGroups?: string[];
}

/**
* @internal
*/
// export const makeMetadataKeysWithContext = (
// key: string,
// options: MakeMetadataKeysWithContextOptions
// ): string[] =>
// options.contextGroups != null && options.contextGroups.length > 0
// ? options.contextGroups.map((contextGroup) =>
// make_metadata_key_with_context(key, new MakeMetadataKeyWithContextOptions(contextGroup, options.prefix, options.suffix))
// )
// : [
// make_metadata_key_with_context(key, new MakeMetadataKeyWithContextOptions(null, options.prefix, options.suffix)),
// ];

/**
* @internal
*/
Expand Down

0 comments on commit d540056

Please sign in to comment.