Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Brian Cao
2023-08-25 18:40:10 -07:00

View File

@@ -17,7 +17,7 @@ export interface ShareResponse {
const schema = {
GET: yup.object().shape({
id: yup.string().uuid().required(),
id: yup.string().required(),
}),
};