Error on 3-expression Index
And this mutation:
And I'm getting these two errors:
convex/auth/account.ts:27:40 - error TS2345: Argument of type '"by_provider_and_type"' is not assignable to parameter of type '"by_user" | "by_provider" | "by_creation_time"'.convex/auth/account.ts:27:109 - error TS2339: Property 'eq' does not exist on type 'IndexRange'.Anyone have any suggestions?
