Skip to content

Commit

Permalink
GITBOOK-20: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun authored and gitbook-bot committed May 3, 2024
1 parent 84743bd commit 75558d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gitbook/docs/managing-jobs/manually-working/unique.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% hint style="info" %}
The `unique` method configures a job to be unique according to a specified MongoDB query filter. This method is crucial for avoiding duplicate job entries in scenarios where job uniqueness is determined by specific data attributes.\
\
_This does **NOT** save the job in the database. you must explicitly declare_ [_`save()`_](#user-content-fn-1)[^1]_if you want to save it_
_This does **NOT** save the job in the database. you must explicitly declare_ [_`save()`_](save.md)_if you want to save it_
{% endhint %}

### Example Usage
Expand All @@ -33,6 +33,3 @@ await job.save(); // If you want to save it





[^1]:

0 comments on commit 75558d7

Please sign in to comment.