diff --git a/src/app/lib/actions/entityManagement/post/postActions.ts b/src/app/lib/actions/entityManagement/post/postActions.ts index 772750c..70383c8 100644 --- a/src/app/lib/actions/entityManagement/post/postActions.ts +++ b/src/app/lib/actions/entityManagement/post/postActions.ts @@ -38,9 +38,9 @@ export async function getPostsWithBucketsAndProject(): Promise{ - return inspect(e) - })))}; + return {result:posts.map((post:Post)=>{ + return JSON.parse(JSON.stringify(post)) + })}; } export async function getPosts(): Promise[]>> {