Skip to content

Commit

Permalink
Update Resume.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhet committed Oct 2, 2023
1 parent 06023c4 commit c26a794
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ProfileCoverpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ProfileCoverpage({
formData.append('upload_preset', 'my_upload');

const cover = await axios.post(
'https://api.cloudinary.com/v1_1/dta2axdpw/image/upload',
'https://api.cloudinary.com/v1_1/dj24yfas5/image/upload',
formData,
);
/* istanbul ignore next */
Expand Down
1 change: 0 additions & 1 deletion src/components/Resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Spinner from './Spinner';
const UPLOAD_RESUME = gql`
mutation UploadResume($userId: ID!, $resume: String!) {
uploadResume(userId: $userId, resume: $resume) {
kindly
resume
}
}
Expand Down

0 comments on commit c26a794

Please sign in to comment.