Skip to content

Commit

Permalink
Fix user feedback seeding script
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Apr 2, 2024
1 parent 173ce86 commit 02cd3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeders/10_user_feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
question_impact: faker.lorem.paragraph(),
question_who_benefits: faker.lorem.paragraph(),
question_improvements: faker.lorem.paragraph(),
feedback_user_id: 1,
user_id: 1,
},
]);
},
Expand Down

0 comments on commit 02cd3df

Please sign in to comment.