Skip to content

Commit

Permalink
fix: import Document interface in unique.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed Jun 29, 2024
1 parent dfed3ee commit 811044d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/unique.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Filter } from 'mongodb';
import { Document, Filter } from 'mongodb';
import { Job } from '.';

export type UniqueMethod<TSchema extends Document = Document> = (
Expand Down

1 comment on commit 811044d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 54%
56.86% (580/1020) 41.91% (127/303) 51.57% (82/159)

Pulse Test Report

Tests Skipped Failures Errors Time
63 0 💤 0 ❌ 0 🔥 9.454s ⏱️

Please sign in to comment.