Skip to content

Commit

Permalink
feat: add new brands in brandMap
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored and cuconveniencestore committed May 31, 2024
1 parent a5141ab commit e398039
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion middlewares/switchBrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ brandMap.set('theventi', '더벤티');
brandMap.set('megacoffee', '메가커피');
brandMap.set('compose', '컴포즈커피');
brandMap.set('pascucci', '파스쿠찌');
brandMap.set('bbak', '빽다방');
brandMap.set('tomntoms', '탐앤탐스');
brandMap.set('coffeebean', '커피빈');
brandMap.set('mammoth', '매머드커피');
brandMap.set('private', '나만의 카페');
brandMap.set('banapresso', '바나프레소');

const switchBrand = brand => {
return brandMap.get(brand);
Expand Down

0 comments on commit e398039

Please sign in to comment.