From 75558d70b1a410c15e2d267accf4e9eb99d4fdbc Mon Sep 17 00:00:00 2001 From: SH-Hong Date: Fri, 3 May 2024 14:52:57 +0000 Subject: [PATCH] GITBOOK-20: No subject --- gitbook/docs/managing-jobs/manually-working/unique.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gitbook/docs/managing-jobs/manually-working/unique.md b/gitbook/docs/managing-jobs/manually-working/unique.md index 3e6cbac..3ddcc40 100644 --- a/gitbook/docs/managing-jobs/manually-working/unique.md +++ b/gitbook/docs/managing-jobs/manually-working/unique.md @@ -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 @@ -33,6 +33,3 @@ await job.save(); // If you want to save it - - -[^1]: