Closed kjsmita6 closed 9 years ago
The delete function is defined in the readme as delete, but defined in the file as deleteItem. One of them needs to be renamed since it caused "undefined is not a function" errors.
delete
deleteItem
Looks fine to me?
https://github.com/DoctorMcKay/node-tf2#deleteitemitem https://github.com/DoctorMcKay/node-tf2/blob/master/index.js#L216
Hmm, maybe I was looking at something else, but I swear it said delete(item), and that's also what I had in my code from a long time ago. Oh well.
delete(item)
The delete function is defined in the readme as
delete
, but defined in the file asdeleteItem
. One of them needs to be renamed since it caused "undefined is not a function" errors.