Skip to content

Commit

Permalink
refactor: Remove description fields from createInvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkrypto committed Jul 17, 2024
1 parent 7e02d0c commit 6b9ab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/create-invoice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createInvoice = async (request: Request, env: Environment) => {
title,
description,
metadata,
service:services(name, display_name, avatar_url, description, id, website, contact_email, webhooks(*))
service:services(name, display_name, avatar_url, id, website, contact_email, webhooks(*))
`
)
.single();
Expand Down

0 comments on commit 6b9ab82

Please sign in to comment.