Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduke committed Oct 11, 2024
1 parent feca80c commit 0d740cb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,13 +1041,6 @@ export const REGISTRY: { [key in string]: Service } = {
genre: "security",
txt_values: ["globalsign-domain-verification"],
},
gravity_forms: {
identifier: "gravity_forms",
name: "Gravity Forms",
url: "https://www.gravityforms.com",
genre: "form",
substrings: ["gform_"],
},
zoom: {
identifier: "zoom",
name: "Zoom",
Expand Down Expand Up @@ -1332,7 +1325,7 @@ export const REGISTRY: { [key in string]: Service } = {
name: "Gravity Forms",
url: "https://www.gravityforms.com",
genre: "form",
substrings: ["gravityforms.com"],
substrings: ["gravityforms.com", "gform_"],
},
litespeed: {
identifier: "litespeed",
Expand Down

0 comments on commit 0d740cb

Please sign in to comment.