Skip to content

Commit

Permalink
fix: remove OTECHIE from FundingPlatform enum (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Mar 8, 2024
1 parent cd3182f commit 54d37d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7938,8 +7938,6 @@ export type FundingPlatform =
| 'LIBERAPAY'
/** Open Collective funding platform. */
| 'OPEN_COLLECTIVE'
/** Otechie funding platform. */
| 'OTECHIE'
/** Patreon funding platform. */
| 'PATREON'
/** Polar funding platform. */
Expand Down
5 changes: 0 additions & 5 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15475,11 +15475,6 @@ enum FundingPlatform {
"""
OPEN_COLLECTIVE

"""
Otechie funding platform.
"""
OTECHIE

"""
Patreon funding platform.
"""
Expand Down
6 changes: 0 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38959,12 +38959,6 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "OTECHIE",
"description": "Otechie funding platform.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "LFX_CROWDFUNDING",
"description": "LFX Crowdfunding funding platform.",
Expand Down

0 comments on commit 54d37d9

Please sign in to comment.