Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(unauthenticated): allow connection config to be created (#3512)
<!-- Describe the problem and your solution --> Connection config via params weren't being persisted to the created connection. ``` const result = await nangoFrontend.create('gerrit', { params: { host: 'foo', }, }); ``` <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) -->
- Loading branch information