Skip to content

Commit

Permalink
?????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
klhftco committed Nov 5, 2024
1 parent 838f7fb commit d024036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions apps/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ import Landing from "@/app/Landing";
import Layout from "@/components/Layout";
import PinsProvider from "@/components/PinsProvider";

const t: Number[] = [];
console.log(t[0]);
setTimeout(() => {
throw new Error("Intentional runtime error");
}, 1000);

const Class = {
Enrollment: lazy(() => import("@/components/Class/Enrollment")),
Expand Down
2 changes: 1 addition & 1 deletion infra/app/templates/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
readinessProbe:
httpGet:
path: "/api/graphql"
port: {{ .Values.backend.port }}
# port: {{ .Values.backend.port }}
initialDelaySeconds: 5
periodSeconds: 5
# timeoutSeconds: 2
Expand Down

0 comments on commit d024036

Please sign in to comment.