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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
https://github.com/EnsoFinance/v1-core/blob/a0908c7121372b311924ab18fd19bcbb8aa31c04/lib/enso.ts#L268
Nit that could cause bugs:
It appears that all inputs to
addAdapter
are lower-case despite being comprised of multiple words.This affects readability but also easily introduces bugs especially since these strings are not checked at compile (transpile) time.
Using camelCase to match the attributes they are shadowing seems to be the best strategy.
The text was updated successfully, but these errors were encountered: