ソースを参照

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1年前
コミット
64a16e53da
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      src/app/api/team/actions.ts

+ 1
- 2
src/app/api/team/actions.ts ファイルの表示

@@ -1,8 +1,7 @@
"use server";
import { serverFetchJson } from "@/app/utils/fetchUtil";
import { BASE_API_URL } from "@/config/api";
import { cache } from "react";
import { Staff, StaffGroup } from "../staff";
import { cache } from "react";
import { TeamResult } from ".";




読み込み中…
キャンセル
保存