Skip to content

Commit

Permalink
fix: remove unnecessary 'use server' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski committed Nov 27, 2023
1 parent b9ca311 commit 2b49816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
import { saleorAuthClient } from "@/app/config";

export async function logout() {
"use server";
saleorAuthClient.signOut();
}

0 comments on commit 2b49816

Please sign in to comment.