Skip to content

Commit

Permalink
feat: Update API IDs to use "operation-pdf-generator" in api.js and a…
Browse files Browse the repository at this point in the history
…pp.js
  • Loading branch information
somaromero committed Jul 30, 2024
1 parent bc13fec commit 9a51025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/api.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var e={id:"custom",handler:({text:e})=>{console.log(e)}};export{e as default};
var e={id:"operation-pdf-generator",handler:({text:e})=>{console.log(e)}};export{e as default};
2 changes: 1 addition & 1 deletion dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a51025

Please sign in to comment.