Skip to content

Commit 5172b31

Browse files
committed
Update DOCUMENTATION.md
1 parent d651fdb commit 5172b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Jobs.configure({
6868
getDate: Function, // new Date() - determine how to get the current date, if for whatever reason, new Date() is not suitable
6969
log: Function, // console.log - determine how to log the package outputs
7070
remoteCollection: String, // undefined - store jobs data in a remote collection
71+
collectionName: String, // jobs_data - name of collection for where to store jobs
7172
})
7273
```
7374

0 commit comments

Comments
 (0)