Skip to content

Commit

Permalink
refactor (InitialSeeder): seed desafio-pocus category
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorMatt committed Oct 26, 2020
1 parent 1132065 commit 1c59295
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/adonisjs/database/seeds/InitialSeeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,12 @@ console.log('c2--------------'+c)
title: 'Decisões Extremas',
template: 'decisoes-extremas',
artifactId: 'decisoes-extremas-image',
url: 'imgs/decisoes-extremas.png' }
url: 'imgs/decisoes-extremas.png' },
{ id: 'desafio-pocus',
title: 'Desafio POCUS',
template: 'desafio-pocus',
artifactId: 'desafio-pocus-image',
url: 'imgs/desafio-pocus.png' }
]

for (var c of categories) {
Expand Down

0 comments on commit 1c59295

Please sign in to comment.