Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 27, 2023
1 parent fa0eb40 commit 4240edd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/migrating_to_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ There's a few noteable changes in MongoDB Node driver v6 that affect Mongoose:

1. Deprecated SSL options have been removed

- `sslCA` -> `tlsCAFile`
- `sslCRL` -> `tlsCRLFile`
- `sslCert` -> `tlsCertificateKeyFile`
- `sslKey` -> `tlsCertificateKeyFile`
- `sslPass` -> `tlsCertificateKeyFilePassword`
- `sslValidate` -> `tlsAllowInvalidCertificates`
- `tlsCertificateFile` -> `tlsCertificateKeyFile`
* `sslCA` -> `tlsCAFile`
* `sslCRL` -> `tlsCRLFile`
* `sslCert` -> `tlsCertificateKeyFile`
* `sslKey` -> `tlsCertificateKeyFile`
* `sslPass` -> `tlsCertificateKeyFilePassword`
* `sslValidate` -> `tlsAllowInvalidCertificates`
* `tlsCertificateFile` -> `tlsCertificateKeyFile`

<h2 id="removed-findoneandremove"><a href="#removed-findoneandremove">Removed <code>findOneAndRemove()</code></a></h2>

Expand Down

0 comments on commit 4240edd

Please sign in to comment.