Skip to content

Commit

Permalink
fixing advancedmd sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 20, 2024
1 parent faed88f commit 11425ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions/models/lighthouse_endpoint_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ func (def *LighthouseSourceDefinition) Populate(
def.Audience = def.Url
}

if def.PlatformType == pkg.PlatformTypeCareevolution ||
if def.PlatformType == pkg.PlatformTypeAdvancedmd ||
def.PlatformType == pkg.PlatformTypeCareevolution ||
def.PlatformType == pkg.PlatformTypeAnthem ||
def.PlatformType == pkg.PlatformTypeEclinicalworks ||
def.PlatformType == pkg.PlatformTypeMedhost ||
Expand Down

0 comments on commit 11425ad

Please sign in to comment.