This commit is contained in:
Siddharth Singh 2025-04-06 13:57:38 +05:30
parent 64fa718802
commit 3d1ece7ec8
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ export const adminListPoliciesController: AppController = (c) => {
internalName, internalName,
...item, ...item,
instantiate: undefined, instantiate: undefined,
schema: undefined,
}; };
}), }),
); );