mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 20:01:20 +08:00
fix: addresses issue with creating stories (#2442)
This commit is contained in:
committed by
Kim Gardner
parent
fdc6afec42
commit
4e548e8fbf
@@ -311,7 +311,7 @@ export async function retrieveManyStoriesByURL(
|
||||
|
||||
export type UpdateStoryInput = Omit<
|
||||
Partial<Story>,
|
||||
"id" | "tenantID" | "createdAt"
|
||||
"id" | "tenantID" | "closedAt" | "createdAt"
|
||||
>;
|
||||
|
||||
export async function updateStory(
|
||||
|
||||
Reference in New Issue
Block a user