How do I delete unused search arounds?

Hi there :slight_smile:

I recently refactored some code, and I put all of my search arounds in a different typescript file. The next time I tagged a release, all of my search arounds showed up twice in vertex.

It seems to think these are entirely new functions when they are in fact the same, and I see no way of deleting the “old” versions of them.

In the functions repository you should be able to hide and / or delete the function.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.