mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-06 17:34:29 +02:00
remove console log
This commit is contained in:
parent
2cb6f9263c
commit
e194ad6dbc
@ -113,7 +113,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function submitBallot() {
|
async function submitBallot() {
|
||||||
console.log(token);
|
// console.log(token);
|
||||||
const data = {
|
const data = {
|
||||||
votes: logos.map((logo) => ({ cid: logo.id, vote: selected.includes(logo.id) }))
|
votes: logos.map((logo) => ({ cid: logo.id, vote: selected.includes(logo.id) }))
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user