View | Details | Raw Unified | Return to bug 36135
Collapse All | Expand All

(-)a/t/cypress/plugins/insertData.js (-1 / +1 lines)
Lines 735-740 const insertObject = async ({ type, object, baseUrl, authHeader }) => { Link Here
735
            item,
735
            item,
736
            pickup_library,
736
            pickup_library,
737
            hold_date,
737
            hold_date,
738
            patron,
738
            ...hold
739
            ...hold
739
        } = object;
740
        } = object;
740
741
741
- 

Return to bug 36135