Skip to content

Commit 81e2ff0

Browse files
authored
Update reference in docs from done to release (#3211)
1 parent 0cebc51 commit 81e2ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/project-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const getClient = () => {
9494
}
9595
```
9696

97-
Okay. Great - the simplest thing that could possibly work. It seems like one of our routes that checks out a client to run a transaction is forgetting to call `done` in some situation! Oh no! We are leaking a client & have hundreds of these routes to go audit. Good thing we have all our client access going through this single file. Lets add some deeper diagnostic information here to help us track down where the client leak is happening.
97+
Okay. Great - the simplest thing that could possibly work. It seems like one of our routes that checks out a client to run a transaction is forgetting to call `release` in some situation! Oh no! We are leaking a client & have hundreds of these routes to go audit. Good thing we have all our client access going through this single file. Lets add some deeper diagnostic information here to help us track down where the client leak is happening.
9898

9999
```js
100100
export const query = async (text, params) => {

0 commit comments

Comments
 (0)