Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/das/src/api/miners/miners.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export class MinersService {
AND sp.pr_number = i.solved_by_pr
-- Skip null-author solving PRs (no one to credit)
AND sp.author_github_id IS NOT NULL
AND BTRIM(sp.author_github_id) <> ''
-- Skip corrupted MERGED-without-merged_at shape
AND NOT (sp.state = 'MERGED' AND sp.merged_at IS NULL)
) AS solving_pr
Expand Down
Loading