mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-23 03:08:02 -05:00
replace project name
This commit is contained in:
@@ -7,7 +7,7 @@ const redis = new Redis({
|
||||
});
|
||||
|
||||
function getUserNotificationDetailsKey(fid: number): string {
|
||||
return `frames-v2-demo:user:${fid}`;
|
||||
return `${process.env.NEXT_PUBLIC_FRAME_NAME}:user:${fid}`;
|
||||
}
|
||||
|
||||
export async function getUserNotificationDetails(
|
||||
|
||||
Reference in New Issue
Block a user