Skip to content

Commit

Permalink
Merge pull request #687 from peller/chat-pdf
Browse files Browse the repository at this point in the history
WPS-25897 DCXY-24371 add mapping for chat-pdf
  • Loading branch information
Blainegunn authored Jun 13, 2024
2 parents 2fb8005 + ee5bec7 commit 355a5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edgeworkers/Acrobat_DC_web_prod/utils/verbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export default {
'convert-pdf': 'createpdf',
'pdf-to-jpg': 'pdf-to-image',
'rotate-pdf': 'rotate-pages',
'crop-pdf': 'crop-pages'
'crop-pdf': 'crop-pages',
'ai-chat-pdf': 'chat-pdf'
};

0 comments on commit 355a5bd

Please sign in to comment.