Skip to content

Commit

Permalink
Merge pull request #75 from show-karma/feat/apecoin-job-criteria
Browse files Browse the repository at this point in the history
feat: add twitterHandle as a criteria for Apecoin Role Assign Job
  • Loading branch information
Arthh authored Oct 5, 2023
2 parents a9e2446 + dee0fbc commit 81e833d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/apecoin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async function fetchDelegates(daoName: string, publicAddress?: string) {
WHERE "t1"."daoName" = $1
AND "t2"."period" = '1y'
AND "t1"."discordHandle" IS NOT NULL
AND "u"."twitterHandle" IS NOT NULL
`;

if (publicAddress) {
Expand Down

0 comments on commit 81e833d

Please sign in to comment.