Skip to content

Commit

Permalink
implicit session, not blanket
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Oct 12, 2022
1 parent b61b7c0 commit a4503ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/context/get-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const context = getContext(config, PrismaModule);
For inspiration, see [the script example project](https://github.com/keystonejs/keystone/tree/main/examples/script-field), and how we use [`tsx`](https://github.com/esbuild-kit/tsx) to seed the database with some data.
{% /hint %}

A context created in this way does not have a `session`, and is not a `.sudo()` context.
A context created in this way does not have an implicit `session`, nor is it a `sudo()` context.
For more information about how to use a context, please see the [overview](./overview).

{% hint kind="warn" %}
Expand Down

0 comments on commit a4503ad

Please sign in to comment.