Skip to content

Commit

Permalink
formatted script
Browse files Browse the repository at this point in the history
  • Loading branch information
eonurk committed Jul 29, 2024
1 parent efcfeb5 commit e9b9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ContactFormDemo() {
async function onSubmit(data: z.infer<typeof FormSchema>) {
try {
const response = await fetch(
"https://script.google.com/macros/s/AKfycbzxeBsJleJL_ogBwqjfFAnttd4jt4nGLb5rRBUtv5UrJUKytXPRKozMnBldqhhQ74PE/exec",
"https://script.google.com/macros/s/AKfycbx2zLYfZjsH43z-VWrUX2teXbZhi9GbU6LDSTWPbUs-BhNNV1f6k0l6FuO3DIiMl_vP/exec",
{
method: "POST",
headers: {
Expand Down

0 comments on commit e9b9258

Please sign in to comment.