Skip to content

Commit daafc54

Browse files
Remove rabbit nutrition data - don't add new pet types
1 parent f1a4c6b commit daafc54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pet-nutrition-service/db-seed.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = function(){
1717
{ pet_type: 'lizard', facts: 'Insects, leafy greens, and calcium supplements', products: 'ScaleStrong Calcium Boost, CricketCrunch Live Supply, ReptileVitality D3 Formula' },
1818
{ pet_type: 'snake', facts: 'Whole prey (mice/rats) based on size', products: 'SlitherSnack Frozen Mice, CoilCuisine Feeder Rats, SerpentSupreme Multivitamin' },
1919
{ pet_type: 'bird', facts: 'High-quality seeds, pellets, and fresh fruits/veggies', products: 'FeatherFeast Premium Pellets, WingWellness Seed Mix, BeakBoost Cuttlebone Calcium' },
20-
{ pet_type: 'rabbit', facts: 'Timothy hay, high-fiber pellets, and fresh leafy vegetables', products: 'HoppyHerb Timothy Blend, BunnyBest High-Fiber Pellets, CarrotCrunch Vitamin Treats' },
2120
{ pet_type: 'hamster', facts: 'Pellets, grains, fresh vegetables, and occasional fruits', products: 'HamsterHaven Complete Pellets, CheekPouch Gourmet Mix, WhiskerWonder Vitamin Drops' }
2221
])
2322
.then(() => logger.info('collection populated'))

0 commit comments

Comments
 (0)