Skip to content

Commit

Permalink
chore: make merchant map suggest publicly accessible for now (#3953)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Feb 8, 2024
1 parent d1ca545 commit 3f52734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions core/api/src/graphql/public/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export const mutationFields = {
LnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipientMutation,
lnNoAmountInvoiceCreateOnBehalfOfRecipient:
LnNoAmountInvoiceCreateOnBehalfOfRecipientMutation,

merchantMapSuggest: MerchantMapSuggest,
},

authed: {
Expand Down Expand Up @@ -113,9 +115,6 @@ export const mutationFields = {

callbackEndpointAdd: CallbackEndpointAdd,
callbackEndpointDelete: CallbackEndpointDelete,

// behind authed to prevent DDOS. not strictly necessary
merchantMapSuggest: MerchantMapSuggest,
},

atWalletLevel: {
Expand Down
4 changes: 2 additions & 2 deletions typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ files.extend-exclude = [
"quickstart/galoy",
"quickstart/dev",
"prelude",
"core/api/test/e2e/servers/kratos.spec.ts",
"core/notifications/locales/*.yml"
"core/api/test/unit/services/kratos/identity.spec.ts",
"core/notifications/locales/*.yml",
]

default.extend-ignore-identifiers-re = [
Expand Down

0 comments on commit 3f52734

Please sign in to comment.