mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 09:50:46 +00:00
remove forgotten console log
This commit is contained in:
@@ -32,7 +32,6 @@ export class MatchGrpcController {
|
|||||||
@UseInterceptors(CacheInterceptor)
|
@UseInterceptors(CacheInterceptor)
|
||||||
@GrpcMethod('MatcherService', 'Match')
|
@GrpcMethod('MatcherService', 'Match')
|
||||||
async match(data: MatchRequestDto): Promise<MatchingPaginatedResponseDto> {
|
async match(data: MatchRequestDto): Promise<MatchingPaginatedResponseDto> {
|
||||||
console.log(data);
|
|
||||||
try {
|
try {
|
||||||
const matchingResult: MatchingResult = await this.queryBus.execute(
|
const matchingResult: MatchingResult = await this.queryBus.execute(
|
||||||
new MatchQuery(data, this.routeProvider),
|
new MatchQuery(data, this.routeProvider),
|
||||||
|
|||||||
Reference in New Issue
Block a user