Skip to content

Commit 7215b3d

Browse files
committed
Update ContributeDetails.jsx
1 parent d7c1d1c commit 7215b3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/component/modals/ContributeDetails.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const ContributeDetails = ({ superState, dispatcher }) => {
1818
try {
1919
e.preventDefault();
2020
const result = await axios.post(`http://127.0.0.1:5000/contribute?study=${study}&auth=${auth}&desc=${desc}&title=${title}&path=${path}&branch=${branch}`, { token: process.env.Token });
21-
// console.log(result.data);
21+
// eslint-disable-next-line
22+
console.log(process.env.Token);
2223
// eslint-disable-next-line
2324
alert(result.data.message);
2425
// console.log(result.data);

0 commit comments

Comments
 (0)