Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 1ff9943

Browse files
authored
updated outdated TypeDoc
1 parent 7ce303d commit 1ff9943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/@model/id.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const idSymbols = {
66
* @decorator `@Id` informs `@`[[Model]] which model property represents `_id` from MongoDB. If `@Id` is not
77
* specified, a property `id` will be created for your model.
88
*
9-
* Don't use this on sub documents that need an id. Instead, decorate sub documents with @Db.
109
*/
1110
export function Id(): (target: any, key: string) => void {
1211

0 commit comments

Comments
 (0)