Skip to content

Commit 5f3e037

Browse files
Apply suggestion from @chrarnoldus-bot
Co-authored-by: Capricorn <chrarnoldus+githubbot@gmail.com>
1 parent e8f635b commit 5f3e037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async function generateMiniMaxNoLongerFreeNotification(
239239
const users = await cachedPosthogQuery(
240240
z.array(z.tuple([z.string()]).transform(([userId]) => userId))
241241
)(
242-
'byok-provider-usage-users',
242+
'minimax-no-longer-free-users',
243243
'select id from notification_mar_23_minimax_no_longer_free limit 5e5'
244244
);
245245

0 commit comments

Comments
 (0)