Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Feb 8, 2025
1 parent 9eb969c commit c715cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/eav/src/admin/post/post.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class PostService {
},
transaction,
);
insertItem.id = result.id;
insertItem.id = result.entityId;

post = await this.repository.create(insertItem, {
transaction: transaction,
Expand Down

0 comments on commit c715cf7

Please sign in to comment.