mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-16 02:09:10 -04:00
Fix linting errors in manipulator package (#804)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com>
This commit is contained in:
committed by
GitHub
parent
959e3f78b8
commit
1edaba859c
@@ -228,7 +228,7 @@ export const organize = async (
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new Error(`[@pdfme/manipulator] Unknown action type: ${(action as any).type}`);
|
||||
throw new Error(`[@pdfme/manipulator] Unknown action type: ${(action as { type: string }).type}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user