Skip to content
Snippets Groups Projects

Hotfix/seed complaineds

Merged gsf20 requested to merge hotfix/seed-complaineds into develop
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ export default async function seed(db: db){
const complaintData: ComplaintInput[] = [
{
state: 'under_review',
state: 'complained',
description: 'I do not like this resource',
denouncer_id: 1,
resource_id: 1,
@@ -21,7 +21,7 @@ const complaintData: ComplaintInput[] = [
q4: false,
},
{
state: 'under_review',
state: 'complained',
description: 'I do not like this resource',
denouncer_id: 1,
resource_id: 1,
@@ -33,7 +33,7 @@ const complaintData: ComplaintInput[] = [
q4: false,
},
{
state: 'under_review',
state: 'complained',
description: 'I do not like this resource',
denouncer_id: 1,
resource_id: 1,
@@ -44,4 +44,4 @@ const complaintData: ComplaintInput[] = [
q3: false,
q4: false,
},
]
\ No newline at end of file
]
Loading