/[sudobot]/trunk/src/models/Punishment.ts
ViewVC logotype

Diff of /trunk/src/models/Punishment.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 427 by rakin, Mon Jul 29 17:29:59 2024 UTC revision 428 by rakin, Mon Jul 29 17:30:11 2024 UTC
# Line 62  const schema = new Schema({ Line 62  const schema = new Schema({
62      },      },
63      createdAt: {      createdAt: {
64          type: Date,          type: Date,
65          required: true          required: true,
66            default: () => new Date()
67      }      }
68  });  });
69    

Legend:
Removed from v.427  
changed lines
  Added in v.428

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26