diff --git a/lib/actions/user.js b/lib/actions/user.js index c06108aae..887fe4e44 100644 --- a/lib/actions/user.js +++ b/lib/actions/user.js @@ -159,11 +159,6 @@ function convertRequestToSearch(config) { return function (tripRequest) { const { dateCreated, id, otp2QueryParams = {} } = tripRequest const { host, path } = config.api - otp2QueryParams.fromPlace = - otp2QueryParams.fromPlace?.replaceAll('}', '') || null - otp2QueryParams.toPlace = - otp2QueryParams.toPlace?.replaceAll('}', '') || null - console.log(otp2QueryParams) return { canDelete: false, id,