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
Relatively simple error, cassanknex is defined on the imported feathers-cassandra module. Just looking at the index.d.ts file, cassanknex just needs to be added to the CassandraServiceOptions interface.
Property 'cassanknex' does not exist on type '<T>(config?: Partial<CassandraServiceOptions> | undefined) => Service<T>'.
The text was updated successfully, but these errors were encountered:
You're welcome to open a PR. I'm not using this project anymore, only maintaining its dependencies upgrade from time to time, but I can merge PRs after a review.
Relatively simple error,
cassanknex
is defined on the importedfeathers-cassandra
module. Just looking at the index.d.ts file, cassanknex just needs to be added to theCassandraServiceOptions
interface.The text was updated successfully, but these errors were encountered: