docs(context): add missing finish statement

This commit is contained in:
ecklf 2021-10-05 20:26:12 +02:00
parent c2335c202e
commit ad8cf145d7
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ An instance of how it would be written inside an application:
.data(env_struct)
.data(s3_storage)
.data(db_core)
.finish();
```
### Request data

View File

@ -39,6 +39,7 @@ impl Query {
.data(env_struct)
.data(s3_storage)
.data(db_core)
.finish();
```
### 请求数据