diff --git a/all_pod b/all_pod deleted file mode 100644 index e69de29b..00000000 diff --git a/pkg/webhook/dao/dao.go b/pkg/webhook/dao/dao.go index 562169df..f0846f8d 100644 --- a/pkg/webhook/dao/dao.go +++ b/pkg/webhook/dao/dao.go @@ -189,7 +189,7 @@ func (d *dao) ListWebhookLogs(ctx context.Context, query *q.Query, case common.Orphaned: stm = stm.Where("e.id is null") case common.WebhookID: - stm = stm.Where("l.l.webhook_id = ?", v) + stm = stm.Where("l.webhook_id = ?", v) case common.EventType: stm = stm.Where("e.event_type = ?", v) case common.Offset: