Update has-one-repository.md

This commit is contained in:
Pearl C 2023-01-26 23:01:51 +08:00 committed by GitHub
parent f8baed5666
commit 306fdca6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,6 @@ console.log(profile.toJSON());
createdAt: 2022-09-24T13:59:40.025Z createdAt: 2022-09-24T13:59:40.025Z
} }
*/ */
``` ```
### `update()` ### `update()`
@ -140,7 +139,6 @@ Delete associated objects.
* `async destroy(options?: Transactionable): Promise<Boolean>` * `async destroy(options?: Transactionable): Promise<Boolean>`
**Detailed Information** **Detailed Information**
* `transaction`: Transaction object. If no transaction parameter is passed, the method will automatically create an internal transaction. * `transaction`: Transaction object. If no transaction parameter is passed, the method will automatically create an internal transaction.