Skip to content

Commit

Permalink
fix(synthetics): addressed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-newrelic committed Nov 25, 2024
1 parent b2a809c commit cc32468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newrelic/resource_helpers_synthetics.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ var syntheticsMonitorTagKeyToSchemaAttrMap = map[string]string{
"scriptLanguage": "script_language",
"deviceOrientation": "device_orientation",
"deviceType": "device_type",
"publicLocation": "locations_public",
}

func getCertCheckMonitorValuesFromEntityTags(tags []entities.EntityTag) (domain string, daysUntilExpiration int) {
Expand Down

0 comments on commit cc32468

Please sign in to comment.