Skip to content

Commit da9307d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)