Skip to content

Commit

Permalink
fix name of contractAddress in admin/loyalty-card get
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreG-tech committed May 17, 2024
1 parent ac30de2 commit ae88993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/shopify/admin/loyalty-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function GET(req: NextRequest) {

return NextResponse.json(
{
address: loyaltyCardNftContract?.contractAddress
contractAddress: loyaltyCardNftContract?.contractAddress
? loyaltyCardNftContract.contractAddress
: '',
},
Expand Down

0 comments on commit ae88993

Please sign in to comment.