feat: quick fix for messageing in refresh

This commit is contained in:
Nevo David 2024-10-29 12:43:20 +07:00
parent c3e73779b7
commit 64695706c1
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ export default async function Page({
const { inBetweenSteps, id } = await data.json();
if (inBetweenSteps && !searchParams.refresh) {
return redirect(`/launches?msg=Channel Refreshed&added=${provider}&continue=${id}`);
return redirect(`/launches?added=${provider}&continue=${id}`);
}
return redirect(`/launches?added=${provider}&msg=Channel Added`);
return redirect(`/launches?added=${provider}&msg=Channel Updated`);
}