This PR addresses the issue where the shouldTerminate argument was not being passed to the abort function in the use-tus library that is requested in #51
With this fix, calling the abort function with the shouldTerminate argument will work as expected.
Overview
This PR addresses the issue where the shouldTerminate argument was not being passed to the abort function in the use-tus library that is requested in #51
With this fix, calling the abort function with the shouldTerminate argument will work as expected.