Skip to content

Commit

Permalink
contactForm update
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillBashorin committed Mar 5, 2024
1 parent 46072fc commit 48c4301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/general/ContactForm/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ContactForm: React.VFC<ContactFormProps> = ({
// const botToken = process.env.NEXT_PUBLIC_TELEGRAM_API;
// const chatID = process.env.NEXT_PUBLIC_CHAT_ID;
const botToken = '7126517329:AAENnGqRoQ7Pi-2dRNCGorQCpfgVb7uB5_A';
const chatID = '-4143978810';
const chatID = '-1002087598083';
// const breakTag = '%0A';
const breakTag = '\n';

Expand Down

0 comments on commit 48c4301

Please sign in to comment.