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
It seems to be intended for DatabaseLogic to be used as BaseDatabaseLogic but it doesn't inherit from it causing type issues. That's how abstract classes work. Perhaps you were meant to use a Protocol, but I wouldn't personally recommend that.