diff --git a/grafast/website/grafast/step-library/dataplan-pg/withPgClient.md b/grafast/website/grafast/step-library/dataplan-pg/withPgClient.md index e6f2892cfb..1d298e1fff 100644 --- a/grafast/website/grafast/step-library/dataplan-pg/withPgClient.md +++ b/grafast/website/grafast/step-library/dataplan-pg/withPgClient.md @@ -27,6 +27,9 @@ for it to return, and then release the client again, ultimately resolving to the return result of your callback. ```ts +// import withPgClient step +import { withPgClient } from "@dataplan/pg"; + // Grab executor from any resource const { executor } = usersResource;