فهرست منبع

fix copy/paste error

Stephan Fuchs 2 ماه پیش
والد
کامیت
70ebe32624
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/wardrobeItems.js

+ 1 - 1
src/wardrobeItems.js

@@ -65,7 +65,7 @@ export default function wardrobeItems(code,options){
 			else if(properties['BraQuality'])
 				properties = Object.assign({type:'bra'},stripPrefixFromObjectKeys(properties,'Bra'));
 			else if(properties['PanQuality'])
-				properties = Object.assign({type:'bra'},stripPrefixFromObjectKeys(properties,'Pan'));
+				properties = Object.assign({type:'panties'},stripPrefixFromObjectKeys(properties,'Pan'));
 			else if(properties['CoatQuality'])
 				properties = Object.assign({type:'coat'},stripPrefixFromObjectKeys(properties,'Coat'));