mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 16:18:55 -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 {
|
function getUserNotificationDetailsKey(fid: number): string {
|
||||||
return `frames-v2-demo:user:${fid}`;
|
return `${process.env.NEXT_PUBLIC_FRAME_NAME}:user:${fid}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getUserNotificationDetails(
|
export async function getUserNotificationDetails(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user