Skip to content

Commit c31ad31

Browse files
committed
style(seed): fix tabbing
1 parent 65a2438 commit c31ad31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: templates/app/server/config/seed(models).js

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export default function seedDatabaseIfNeeded() {
4848
<% if (filters.mongooseModels) { %>});<% }
4949
if (filters.sequelizeModels) { %>}]);<% } %>
5050
return thing;
51-
})
52-
.then(() => console.log('finished populating things'))
53-
.catch(err => console.log('error populating things', err));
51+
})
52+
.then(() => console.log('finished populating things'))
53+
.catch(err => console.log('error populating things', err));
5454
<% if (filters.auth) { %>
5555
<% if (filters.mongooseModels) { %>User.find({}).remove()<% }
5656
if (filters.sequelizeModels) { %>User.destroy({ where: {} })<% } %>

0 commit comments

Comments
 (0)