Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use one-object argument instead of positional arguments for insertHandler #23

Open
Konard opened this issue Sep 1, 2024 · 0 comments
Open

Comments

@Konard
Copy link
Member

Konard commented Sep 1, 2024

https://github.com/deep-foundation/deeplinks/blob/561bfb694295dc376b715f6a3502964603783698/imports/handlers.ts#L14-L45

Expected Using

insertHandler({
  handleOperationTypeId: 1,
  typeId: 2,
  code: 'myCode',
})

Current Using

insertHandler(1,2,'myCode')

Forked from deep-foundation/deeplinks#310 by https://github.com/konard/gh-org-migrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant