Using this script to save our cloud functions, we noticed that the aftersave functions were saved in the cloud function Moralis UI more than once.
moralis-admin-cli watch-cloud-folder --moralisApiKey KEY --moralisApiSecret SECRET --moralisSubdomain test.moralishost.com --autoSave 1 --moralisCloudfolder src\blockchain\cloud\
Some even up to 5 times. After we found this issue we cleared all the cloud functions and reran the script.wondering why this might have happened and how to prevent it in the future.