We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea4559 commit 7d0a318Copy full SHA for 7d0a318
packages/apps/human-app/server/src/modules/job-assignment/job-assignment.controller.ts
@@ -142,7 +142,7 @@ export class JobAssignmentController {
142
: JobStatus.COMPLETED,
143
created_at: new Date().toISOString(),
144
expires_at: process.env.THIRSTYFI_TASK_EXPIRATION_DATE,
145
- url: 'https://thirstyfi.com',
+ url: 'https://thirsty.fi/blog/campaign-human-protocol',
146
} as any,
147
],
148
};
0 commit comments