Skip to content

Commit

Permalink
fix: add missing brand in switchBrand
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored and cuconveniencestore committed Aug 28, 2024
1 parent ab63c91 commit be2ccf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middlewares/switchBrand.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ brandMap.set('coffeebean', '커피빈');
brandMap.set('mammoth', '매머드커피');
brandMap.set('private', '나만의 카페');
brandMap.set('banapresso', '바나프레소');
brandMap.set('bbak', '빽다방');

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

0 comments on commit be2ccf8

Please sign in to comment.