mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
replace project name
This commit is contained in:
parent
ce5483a8e1
commit
064919a0fa
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user