Skip to content

Commit

Permalink
add use server directive
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed May 22, 2024
1 parent e46a2d0 commit ab8162c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/actions/_lib/runActionInstanceServerAction.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use server";

import { UsersId } from "~/kysely/types/public/Users";
import { getLoginData } from "~/lib/auth/loginData";
import {
Expand Down

0 comments on commit ab8162c

Please sign in to comment.