Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit a7efab5

Browse files
committed
fix: import path for JobError in touch.ts
1 parent d13e6a4 commit a7efab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/job/touch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { JobError } from 'src/utils';
21
import { Job } from '.';
2+
import { JobError } from '../utils';
33

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

0 commit comments

Comments
 (0)