Stephane Mensah

The only difference between ordinary and extraordinary is just that little "extra".

bot(introduce node scripts with ts-node)

I was searching for a way to run scripts with blitz and found a solution at https://github.com/blitz-js/blitz/issues/952#issuecomment-682268003

bot(fix issues when publishing new product with pictures)

found the solution of sending message with pictures(buffer/url)

bot(delete all web resources for products & stores)

since every functionalities is done through the bot, no need to keep web related resources except api stuffs.
This also helps prevent vercel build from failing

bot(fix product images upload issues)

because the upload function was inside a debounce HOF, only the last image was being uploaded. Now i moved the function outside the HOF and all images are now being uploaded.

bot(addProductWizard: empty object for data if image upload skipped)

this fixes an error mutation error that occurs when adding new imageless product.