chore: update subscribe2 call

This commit is contained in:
jinhojang6 2024-03-08 03:34:09 +09:00
parent 15deb2fe3c
commit e352f5b08d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
const name = form.querySelector("#form-name").value;
const email = form.querySelector("#form-email").value;
const x = form.querySelector("#form-x");
const x = form.querySelector("#form-x").value;
const reason = form.querySelector("#form-reason").value;
const res = await fetch(