feat: Modify api key and sales channel link to use modules and add test (#6546)

This commit is contained in:
Stevche Radevski
2024-03-01 09:24:50 +00:00
committed by GitHub
parent 55275f0eba
commit 196e821ff2
12 changed files with 146 additions and 17 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const joinerConfig: ModuleJoinerConfig = {
linkableKeys: LinkableKeys,
alias: [
{
name: ["api-key", "api-keys"],
name: ["api_key", "api_keys"],
args: { entity: ApiKey.name },
},
],