Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

fix: fix datastore factory #65

Merged
merged 4 commits into from
Jan 22, 2021
Merged

fix: fix datastore factory #65

merged 4 commits into from
Jan 22, 2021

Commits on Jan 21, 2021

  1. fix: fix datastore factory

    The factory reference type can't extend the Datastore interface directly.
    
    We want the class instance to implement the interface and not the class (Object) reference.
    hugomrdias committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7e6d16a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. fix: feedback

    hugomrdias committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2357751 View commit details
    Browse the repository at this point in the history
  2. fix: export

    hugomrdias committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d78a007 View commit details
    Browse the repository at this point in the history
  3. fix: YAGNI

    hugomrdias committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    eece9f3 View commit details
    Browse the repository at this point in the history