Skip to content

Commit

Permalink
docs: add missing closing quote (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-tokarev authored Dec 7, 2024
1 parent ba28e37 commit 6b5c3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/guide/job-schedulers/manage-job-schedulers.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This method can be particularly useful for generating reports or dashboards that
The **getJobScheduler** method retrieves a job scheduler by id. This is invaluable for inspecting dedicated configurations.

```typescript
const scheduler = await queue.getJobScheduler('test);
const scheduler = await queue.getJobScheduler('test');
console.log('Current job scheduler:', scheduler);
```

Expand Down

0 comments on commit 6b5c3de

Please sign in to comment.