Open Jaarson opened 2 months ago
Got this error TypeError: client.listAllCustomers is not a function
TypeError: client.listAllCustomers is not a function
To reproduce:
import { LemonsqueezyClient } from 'lemonsqueezy.ts' import { LS_API_KEY } from '../utils/credentials.js' const customers = await client.listAllCustomers()
Got this error
TypeError: client.listAllCustomers is not a function
To reproduce: