You'd probably need to detail what exactly you have done to clean up, but it sounds like you didn't actually remove the commit?
You can remove a commit with an interactive rebase and then force push the new tree. Or depending on the current state of your tree, you can use other options. In any case, you have answers to this on Stack overflow. e.g. https://stackoverflow.com/questions/40245767/delete-commit-o...
> I already cleaned up
You'd probably need to detail what exactly you have done to clean up, but it sounds like you didn't actually remove the commit?
You can remove a commit with an interactive rebase and then force push the new tree. Or depending on the current state of your tree, you can use other options. In any case, you have answers to this on Stack overflow. e.g. https://stackoverflow.com/questions/40245767/delete-commit-o...