Skip to content

Commit 4033f34

Browse files
committed
fix: remove market hash name in some crates.
1 parent 8d178b3 commit 4033f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/crates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const getFirstSaleDate = (item, prefabs) => {
107107
};
108108

109109
const getMarketHashName = item => {
110-
if (["4729", "4783", "4795", "4614", "4779"].includes(item.object_id)) {
110+
if (["4600", "4614", "4719", "4729", "4779", "4783", "4795"].includes(item.object_id)) {
111111
return null;
112112
}
113113

0 commit comments

Comments
 (0)