Are you shitting me
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user