Skip to content

Commit

Permalink
fix(server): delete default:null
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloHry committed May 16, 2022
1 parent f39c2d8 commit 11eedf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/common/model/schema/formations.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = new Schema(
},
created_at: {
type: Date,
default: null,
description: "Date d'ajout en base de données",
},
},
Expand Down

0 comments on commit 11eedf3

Please sign in to comment.