File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ SchemaDate._defaultCaster = v => {
150
150
* // expire in 24 hours
151
151
* new Schema({ createdAt: { type: Date, expires: 60*60*24 }});
152
152
*
153
- * `expires` utilizes the `ms` module from [guille ](https://github.com/guille/ ) allowing us to use a friendlier syntax:
153
+ * `expires` utilizes the `ms` module from [vercel ](https://github.com/vercel/ms ) allowing us to use a friendlier syntax:
154
154
*
155
155
* #### Example:
156
156
*
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ declare module 'mongoose' {
68
68
69
69
type IndexOptions = Omit < mongodb . CreateIndexesOptions , 'expires' | 'weights' | 'unique' > & {
70
70
/**
71
- * `expires` utilizes the `ms` module from [guille ](https://github.com/guille/ ) allowing us to use a friendlier syntax:
71
+ * `expires` utilizes the `ms` module from [vercel ](https://github.com/vercel/ms ) allowing us to use a friendlier syntax:
72
72
*
73
73
* @example
74
74
* ```js
You can’t perform that action at this time.
0 commit comments