You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new BaseKonnector(start) pattern is problematic as the returned value is a promise and not the konnector. We should think on how to resolve this, and also think about existing konnectors and how to migrate.
The
new BaseKonnector(start)
pattern is problematic as the returned value is a promise and not the konnector. We should think on how to resolve this, and also think about existing konnectors and how to migrate.In the konnector
In
cozy-konnector-libs
:With the above pattern, we could have a jscodeshift that could change existing konnectors.
The text was updated successfully, but these errors were encountered: