bump pod 1.3.0

This commit is contained in:
2023-03-01 23:58:54 +01:00
parent 7627085704
commit 44171e616b
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -18,8 +18,6 @@ export default defineComponent({
getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock {
const isLoco = isLocomotive(vehicle);
console.log(vehicle.type);
return {
id: this.getStockId(),
type: vehicle.type,