Skip to content

Commit

Permalink
Updated seed
Browse files Browse the repository at this point in the history
  • Loading branch information
OAltr committed Jul 7, 2015
1 parent 04c9953 commit f34b6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Stock.find({}).remove(function() {
Stock.create({
name : 'AAPL',
}, {
name : 'FB2A',
name : 'GOOG',
});
});

0 comments on commit f34b6e0

Please sign in to comment.