We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22c54c commit 575600fCopy full SHA for 575600f
1 file changed
src/pages/home.tsx
@@ -7,7 +7,7 @@ import {
7
Calendar,
8
Faqs,
9
Instructor,
10
- OverlarTransparent,
+ // OverlarTransparent,
11
Spinner,
12
Timeline,
13
} from "../component";
@@ -28,7 +28,8 @@ export default function Home() {
28
useEffect(() => {
29
(async () => {
30
try {
31
- const response = await fetch(`${API}/invitation_code.py`, {
+ // const response = await fetch(`${API}/invitation_code.py`, {
32
+ await fetch(`${API}/invitation_code.py`, {
33
method: "POST",
34
body: searchParams.get("invitation_code")
35
? JSON.stringify({
0 commit comments