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.
2 parents ff15927 + 7d0a318 commit f576ac9Copy full SHA for f576ac9
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