Uppy listparts when multipart upload already complete

I’m using uppy with my own custom backend. Occasionally I see uppy sending a listparts request when the upload has already finished. How should I respond to this to tell uppy to not try to re-upload that file? Right now my backend is erroring out and returning a 400, but I’m not sure if that is what I should do.