Skip to content

Commit

Permalink
fix(suggest): add objectId in body
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 8, 2024
1 parent f0ff781 commit c5cd760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/suggest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default function Suggest() {

const submitSuggestions = async () => {
const body = {
objectId: id,
email,
name: author?.fullName,
extra: {
Expand Down

0 comments on commit c5cd760

Please sign in to comment.