doc: use cases

This commit is contained in:
eneller
2026-07-30 17:30:46 +02:00
parent 0619428e07
commit b47cc5e90e
2 changed files with 19 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ import { Table, Column, Model, DataType, Scopes, DefaultScope, DeletedAt, Belong
@Table
@DefaultScope(() => ({
//FIXME getting account still includes password
attributes:{ exclude: ['password']}
}))
@Scopes(() => ({