Skip to content

Commit b9b1001

Browse files
committed
cleanup
1 parent 19a7dd6 commit b9b1001

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

apps/dashboard/src/@/actions/billing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use server";
22

3+
import "server-only";
34
import { API_SERVER_URL } from "@/constants/env";
45
import { redirect } from "next/navigation";
56
import { getAuthToken } from "../../app/api/lib/getAuthToken";

apps/dashboard/src/app/(dashboard)/support/create-ticket/components/create-ticket.action.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"use server";
2+
import "server-only";
23

34
import { COOKIE_ACTIVE_ACCOUNT, COOKIE_PREFIX_TOKEN } from "@/constants/cookie";
45
import { API_SERVER_URL } from "@/constants/env";

apps/dashboard/src/app/login/auth-actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"use server";
2+
import "server-only";
23

34
import { COOKIE_ACTIVE_ACCOUNT, COOKIE_PREFIX_TOKEN } from "@/constants/cookie";
45
import { API_SERVER_URL } from "@/constants/env";

apps/dashboard/src/app/team/[team_slug]/(team)/~/ecosystem/create/actions/create-ecosystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"use server";
2+
import "server-only";
23
import { API_SERVER_URL, BASE_URL } from "@/constants/env";
34
import { getThirdwebClient } from "@/constants/thirdweb.server";
45
import { redirect } from "next/navigation";

0 commit comments

Comments
 (0)