mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-10-31 21:58:58 +00:00
Merge pull request #32 from imbolc/patch-2
Readme example forgotten unwrap
This commit is contained in:
commit
46c03f8e99
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ The final step is to actually run a job.
|
||||||
example_job.builder()
|
example_job.builder()
|
||||||
// This is where we can override job configuration
|
// This is where we can override job configuration
|
||||||
.set_channel_name("bar")
|
.set_channel_name("bar")
|
||||||
.set_json("John")
|
.set_json("John")?
|
||||||
.spawn(&pool)
|
.spawn(&pool)
|
||||||
.await?;
|
.await?;
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue