Skip to content

Commit 630cb34

Browse files
committed
Fix ads for real
1 parent 6855a7a commit 630cb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/api/v1/ads/_post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export async function postAds(params: {
187187
return NextResponse.json({ ad: null }, { status: 200 })
188188
}
189189

190-
const ad = ads.ads[0]
190+
const ad = ads[0]
191191

192192
const payout = ad.payout || DEFAULT_PAYOUT
193193

0 commit comments

Comments
 (0)