Skip to content

Commit

Permalink
fixes merge
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Dec 25, 2024
1 parent 9b97767 commit 256c8ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/src/lib/utils/client/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ export const dataTableFuzzyFilter: FilterFn<any> = (
}
return itemRank.passed;
};
export async function clientLogOut() {
"use server";
redirect("/");
}

0 comments on commit 256c8ec

Please sign in to comment.