Skip to content

Commit b3667d9

Browse files
Moved web3career API key to env variable only.
1 parent ee7c7a1 commit b3667d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/web3career.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class Web3CareerService {
1010
) {}
1111

1212
private get web3CareerApiUrl(): string {
13-
const token = process.env.WEB3CAREER_API_TOKEN || 'Rg9PrsGP96Z2GB6T9tNZ1AzHzriQEwxa';
13+
const token = process.env.WEB3CAREER_API_TOKEN || '';
1414
return `https://web3.career/api/v1?token=${token}`;
1515
}
1616

0 commit comments

Comments
 (0)