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
context.getDatabaseEngine is returning wrong type.
It returns an engine from DATABASE_ENGINES which has a single entry of type StorageEngineVerida but currently it's returning IStorageEngine which has no relationship between two.
And also context.databaseEngines is typed as [key: string]: IStorageEngine but it's assigning StorageEngineVerida type.
The text was updated successfully, but these errors were encountered:
context.getDatabaseEngine
is returning wrong type.It returns an engine from
DATABASE_ENGINES
which has a single entry of typeStorageEngineVerida
but currently it's returningIStorageEngine
which has no relationship between two.And also
context.databaseEngines
is typed as[key: string]: IStorageEngine
but it's assigningStorageEngineVerida
type.The text was updated successfully, but these errors were encountered: