Deksripsi:
- Progress investasi
- Tampilan voting
## No issue
This commit is contained in:
2024-09-10 12:12:31 +08:00
parent 84b7b381f6
commit 3b7e9977f6
163 changed files with 1556 additions and 428 deletions

View File

@@ -2,7 +2,7 @@
import prisma from "@/app/lib/prisma";
import { MODEL_COLLABORATION } from "../../model/interface";
import { user_getOneUserId } from "@/app_modules/fun_global/get_user_token";
import { user_funGetOneUserId } from "@/app_modules/fun_global/get_user_token";
import { revalidatePath } from "next/cache";
import { RouterColab } from "@/app/lib/router_hipmi/router_colab";
import _ from "lodash";
@@ -10,7 +10,7 @@ import _ from "lodash";
export default async function colab_funCreateProyek(
value: MODEL_COLLABORATION
) {
const AuthorId = await user_getOneUserId();
const AuthorId = await user_funGetOneUserId();
const data = await prisma.projectCollaboration.create({
data: {