Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually send departments in post request
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 4fa6cc2 commit 4dd1442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/NewInactivityNotice.tsx
Expand Up @@ -43,6 +43,7 @@ export default function(props: {

const inactivityPost = await fetch("/api/inactivity/new", {
body: JSON.stringify({
departments,
end,
reason,
start
Expand Down

0 comments on commit 4dd1442

Please sign in to comment.