Netlify function not updating

HI @jen, thanks for getting back to me! I definitely have new log messages and new functionality that sends an email on correct form submission so the checksum should have definitely been triggered. It all works locally (using netlify dev) but when pushing, the old unmodified function is still being used somehow as there are no emails and none of the new logs (denoting whether email send was successful or not).

I found another example where something like this appears to have happened:

and a fix was put in place. I don’t know if the two are related at all - I am also redirecting my function. I’ll try and push a new commit with just a trivial log message to re-trigger deployment and see if it the changes get reflected.