remove rebase markings
This commit is contained in:
@@ -122,10 +122,7 @@ func Instance(cfg *config.Config) (contract.DataManager, error) {
|
||||
instance.profile = newProfileRepo(db)
|
||||
instance.organization = newOrganizationRepo(db)
|
||||
instance.zipcodes = newZipcodeRepo(db)
|
||||
<<<<<<< HEAD
|
||||
instance.plan = newPlanRepo(db)
|
||||
=======
|
||||
>>>>>>> add datamodel ; check if zipcode is participating
|
||||
})
|
||||
|
||||
return instance, connErr
|
||||
|
||||
Reference in New Issue
Block a user