Fix prettier error?
This commit is contained in:
parent
9c621ee532
commit
df2f210966
@ -110,7 +110,7 @@ const inventoryController: RequestHandler = async (request, response) => {
|
||||
i++;
|
||||
inventoryResponse.WeaponSkins.push({
|
||||
ItemId: {
|
||||
$oid: (i).toString().padStart(24, '0')
|
||||
$oid: i.toString().padStart(24, "0")
|
||||
},
|
||||
ItemType: uniqueName
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user