Skip to content

Commit

Permalink
Update 20190816064246-test-articles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anguandia committed Aug 22, 2019
1 parent da081c2 commit c981883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/seeders/20190816064246-test-articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
title: 'title1',
description: 'description1',
body: 'body1',
taglist: [''],
favorited: false,
favoritedcount: 0,
flagged: false,
Expand All @@ -22,7 +21,6 @@ module.exports = {
title: 'title2',
description: 'description2',
body: 'body2',
taglist: [''],
favorited: false,
favoritedcount: 0,
flagged: false,
Expand All @@ -37,7 +35,6 @@ module.exports = {
title: 'title3',
description: 'description3',
body: 'body3',
taglist: [''],
favorited: false,
favoritedcount: 0,
flagged: false,
Expand All @@ -52,7 +49,6 @@ module.exports = {
title: 'title4',
description: 'description4',
body: 'body4',
taglist: [''],
favorited: false,
favoritedcount: 0,
flagged: false,
Expand Down

0 comments on commit c981883

Please sign in to comment.