Skip to content

Commit cdca3a3

Browse files
committed
refactor(pdf-worker): restore root setWorkerPath import
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ca7e19c commit cdca3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/pdfWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { setWorkerPath } from '@libresign/pdf-elements/src/utils/asyncReader'
5+
import { setWorkerPath } from '@libresign/pdf-elements'
66

77
let configured = false
88

0 commit comments

Comments
 (0)