'Jolt - Remove last element from array

After some jolt shift and default operations I'm left with

"items" : [ null, "-70.7", "-70.4", "-68.5", null, "tmp" ]


 

The last thing I want to achieve is remove this "tmp" string from the array.

Any ideas how to achieve that? I've already tried different things but no results :/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source