Improved Changelog, Changelog in Dispatch
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use server";
|
||||
|
||||
import { prisma, Prisma, Changelog } from "@repo/db";
|
||||
|
||||
export const upsertChangelog = async (
|
||||
changelog: Prisma.ChangelogCreateInput,
|
||||
id?: Changelog["id"],
|
||||
|
||||
Reference in New Issue
Block a user