Skip to content

Commit a012ca7

Browse files
committed
optional
1 parent 144375a commit a012ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class DataLoader<K, V, C = K> {
207207
*
208208
* Is `null` if not set in the constructor.
209209
*/
210-
name: string | null;
210+
name?: string | null;
211211
}
212212

213213
// Private: Enqueue a Job to be executed after all "PromiseJobs" Jobs.

0 commit comments

Comments
 (0)