Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caupcakes committed Aug 13, 2024
1 parent 7e9b81d commit 4feb045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/auth/corporate-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const CorporateDeleteRequest = z.object({
export const CorporateSchema = new Schema({
name: {
type: String,
required: true
required: true,
},
email: {
type: String,
Expand Down

0 comments on commit 4feb045

Please sign in to comment.