Skip to content
Snippets Groups Projects
Commit 8cf35528 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'hotfix/seed-complaineds' into 'develop'

Hotfix/seed complaineds

See merge request !58
parents dead8b12 6c2552d6
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