Skip to content

Commit

Permalink
Remove unused parameter from course request query (#10074)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Jun 25, 2024
1 parent cfcf68f commit 69ba236
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ router.post(
{
user_id: res.locals.authn_user.user_id,
short_name,
title,
},
z.boolean(),
);
Expand Down

0 comments on commit 69ba236

Please sign in to comment.