summaryrefslogtreecommitdiff
path: root/src/UI.js
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-26 00:55:59 -0500
committerLLLL Colonq <llll@colonq>2024-11-26 00:55:59 -0500
commit8b1066cf63d5eb7c3254ec4d0d3ecec6056d6419 (patch)
tree2e805f10dbf899695673dd25da236241eb583ec4 /src/UI.js
parent0ce4ce92373734a7482d735b44cb87326fced46b (diff)
Remove ayem
Diffstat (limited to 'src/UI.js')
-rw-r--r--src/UI.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UI.js b/src/UI.js
index 5f1aaa0..c5089e6 100644
--- a/src/UI.js
+++ b/src/UI.js
@@ -15,7 +15,6 @@ export const _submitRedeem = (url) => (el) => () => {
const inp = el.children[1]?.value;
console.log(redeem, inp);
const data = new FormData();
- data.append("ayem", "test");
data.append("name", redeem);
data.append("input", inp);
fetch(url, {