refactor: Remove redundant appConfigId from get auth clients mock

This commit is contained in:
Faruk AYDIN
2024-03-26 21:27:38 +01:00
parent e8193e0e17
commit 98131d633e

View File

@@ -1,7 +1,6 @@
const getAppAuthClientsMock = (appAuthClients) => {
return {
data: appAuthClients.map((appAuthClient) => ({
appConfigId: appAuthClient.appConfigId,
name: appAuthClient.name,
id: appAuthClient.id,
active: appAuthClient.active,