feat: add update password functionality and DTO for partner service
This commit is contained in:
@@ -37,8 +37,6 @@ export class BusinessActivitiesQueryService {
|
||||
select: QUERY_CONSTANTS.BUSINESS_ACTIVITIES.select,
|
||||
})
|
||||
|
||||
console.log('businessActivity', businessActivity)
|
||||
|
||||
return QUERY_CONSTANTS.BUSINESS_ACTIVITIES.mappedData(businessActivity)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,8 +29,6 @@ export class HttpClientUtil {
|
||||
continue
|
||||
}
|
||||
response = await interceptor.onResponse(context, response)
|
||||
console.log('response')
|
||||
console.log(response)
|
||||
}
|
||||
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user