diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-26 00:55:59 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-26 00:55:59 -0500 |
| commit | 8b1066cf63d5eb7c3254ec4d0d3ecec6056d6419 (patch) | |
| tree | 2e805f10dbf899695673dd25da236241eb583ec4 /src/UI.js | |
| parent | 0ce4ce92373734a7482d735b44cb87326fced46b (diff) | |
Remove ayem
Diffstat (limited to 'src/UI.js')
| -rw-r--r-- | src/UI.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, { |
