PillarTechnology / botkit-storage-mysql

A MySQL storage driver for Botkit
Apache License 2.0
3 stars 6 forks source link

Fixing saveTeam function issue where it was failing while saving data for same team id #5

Closed nissingla closed 6 years ago

nissingla commented 6 years ago

Fixing the saveTeam function where with the new implementation in the botkit, botkit send request to saveTeam function even when need to update one of the fields and this saveTeam function was failing with error 'duplicate entry for already existing team id'.