We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85c7192 + 1a45a26 commit 6208668Copy full SHA for 6208668
1 file changed
src/main.js
@@ -45,7 +45,7 @@ const getRarityWeight = (_str) => {
45
nameWithoutExtension.split(rarityDelimiter).pop()
46
);
47
if (isNaN(nameWithoutWeight)) {
48
- nameWithoutWeight = 0;
+ nameWithoutWeight = 1;
49
}
50
return nameWithoutWeight;
51
};
0 commit comments