Skip to content

Commit

Permalink
Merge pull request #28 from LimeChain/fix/test-deploy-3
Browse files Browse the repository at this point in the history
revert test commits
  • Loading branch information
DimitarTAtanasov authored Jul 12, 2024
2 parents 8a909b5 + 120ef14 commit 0d6e179
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/services/authService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const AUTH_URL = `${SERVER_URL}/auth`;
const authoriseGitHubApp = () => {
const githubClientId = import.meta.env.VITE_GITHUB_CLIENT_ID;
const githubApiUrl = import.meta.env.VITE_GITHUB_API_URL;
console.log('first', githubClientId, githubApiUrl);

const { pathname, search } = location;
window.localStorage.setItem(
Expand Down
1 change: 0 additions & 1 deletion src/services/gistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const uploadSnippet = async () => {
files,
publicGist: true,
};
//send request to the server
const response = await axios.post(`${SERVER_URL}/gists`, body, { withCredentials: true });

console.log('response', response);
Expand Down

0 comments on commit 0d6e179

Please sign in to comment.