Skip to content

Commit d355e90

Browse files
committed
fix: build
1 parent 4d1d3f6 commit d355e90

File tree

1 file changed

+1
-1
lines changed
  • src/pages/background/request-handler

1 file changed

+1
-1
lines changed

src/pages/background/request-handler/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { get } from 'lodash-es';
2-
import { getValidTaskRun } from '../tasks/core';
2+
import { getValidTaskRun } from '../core/task';
33

44
const textDecoder: Map<string, TextDecoder> = new Map();
55

0 commit comments

Comments
 (0)