Skip to content

Commit

Permalink
😽 model type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Apr 30, 2023
1 parent 0d84c78 commit f0a004c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/cats.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import mongoose from "mongoose";
const catSchema = new mongoose.Schema(
{
sno: {
type: String,
type: Number,
required: true,
},
catid: {
type: String,
type: Number,
required: true,
},
url: {
Expand Down

0 comments on commit f0a004c

Please sign in to comment.