Skip to content
Snippets Groups Projects
Commit 6c2552d6 authored by gsf20's avatar gsf20
Browse files

FIX complaints seed

parent dead8b12
No related branches found
No related tags found
1 merge request!58Hotfix/seed complaineds
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment