Closed RHammond2 closed 1 year ago
This PR addresses the slowness in request filtering by matching a RepairRequest through an x is request in place of x == request to more efficiently filter out the pre-determined request match.
RepairRequest
x is request
x == request
This PR addresses the slowness in request filtering by matching a
RepairRequest
through anx is request
in place ofx == request
to more efficiently filter out the pre-determined request match.