Skip to content

Commit 4268e47

Browse files
kelvinsbfilipepacheco
authored andcommitted
fix: verified was required on create shelter controller
1 parent 79f27fd commit 4268e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shelter/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const CreateShelterSchema = ShelterSchema.omit({
5454
id: true,
5555
createdAt: true,
5656
updatedAt: true,
57+
verified: true,
5758
});
5859

5960
const UpdateShelterSchema = ShelterSchema.pick({

0 commit comments

Comments
 (0)