Skip to content

Commit

Permalink
fix old new schmea type
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Nov 5, 2024
1 parent 86e675a commit 3413618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ fastify.put("/studysets/:studysetid", {
body: {
type: "object",
properties: {
title: { type: "string", maxLength: "9000" },
title: { type: "string", maxLength: 9000 },
private: { type: "boolean" },
data: { type: "object" }
},
Expand Down

0 comments on commit 3413618

Please sign in to comment.