Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Are you shitting me
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 7f9feec commit d6a99b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/InactivityNoticeCard.tsx
Expand Up @@ -19,7 +19,7 @@ export default function(props: InactivityNoticeProps) {
const toast = useToast();

async function makeDecision(accepted: boolean) {
const decisionReq = await fetch(`\`/api/inactivity/${props.id}`, {
const decisionReq = await fetch(`/api/inactivity/${props.id}`, {
body: JSON.stringify({ accepted }),
headers: {
"content-type": "application/json"
Expand Down

0 comments on commit d6a99b5

Please sign in to comment.