add starter kit query param

This commit is contained in:
veganbeef
2025-05-16 16:25:08 -07:00
parent d38bce50c5
commit 3c9d845f44
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ async function queryNeynarApp(apiKey) {
}
try {
const response = await fetch(
`https://api.neynar.com/portal/app_by_api_key`,
`https://api.neynar.com/portal/app_by_api_key?starter_kit=true`,
{
headers: {
'x-api-key': apiKey