Skip to content

Commit

Permalink
fix: import path for JobError in touch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed Jul 15, 2024
1 parent d13e6a4 commit a7efab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/touch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JobError } from 'src/utils';
import { Job } from '.';
import { JobError } from '../utils';

export type TouchMethod = (progress?: number) => Promise<Job>;
/**
Expand Down

1 comment on commit a7efab5

@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.73% (581/1024) 41.36% (127/307) 51.57% (82/159)

Pulse Test Report

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

Please sign in to comment.