Skip to content

Commit

Permalink
added upwork provider ID
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Oct 28, 2024
1 parent 713a635 commit cc71251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Reclaim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const getAPPID = (social: string) => {
youtube: "5a939797-afe0-4ad9-8dc4-6db967841a2c",
github: "6d3f6753-7ee6-49ee-a545-62f1b1822ae5",
linkedin: "a9f1063c-06b7-476a-8410-9ff6e427e637",
upwork: "f0912203-36b3-4cf4-b78d-30853245f6b9",
spotify: "31d6ad77-b726-4726-a5b3-330e16482ab6",
};
return ids[social as keyof typeof ids] || null;
Expand Down

0 comments on commit cc71251

Please sign in to comment.