Compare commits
No commits in common. "3fc8c5dd93ea797bc8f2c30fe563df540416acc7" and "a7ac1610bb710a589a4cf4ed3be0193de224054f" have entirely different histories.
3fc8c5dd93
...
a7ac1610bb
|
|
@ -131,7 +131,7 @@ func (r *Handle) HandleMatch(ctx context.Context, client *gateway.Client, rec *e
|
|||
case constants.TaskTypeApi:
|
||||
return r.handleApiTask(ctx, rec, pointTask)
|
||||
case constants.TaskTypeKnowle:
|
||||
return r.handleKnowleV2(ctx, rec, pointTask)
|
||||
return r.handleKnowle(ctx, rec, pointTask)
|
||||
case constants.TaskTypeFunc:
|
||||
return r.handleTask(ctx, rec, pointTask)
|
||||
case constants.TaskTypeBot:
|
||||
|
|
|
|||
Loading…
Reference in New Issue