mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 16:58:28 +00:00
Fix: remove name from episode
This commit is contained in:
parent
7767acf71d
commit
e313e7b26c
@ -76,7 +76,6 @@ export function getUserQueue(userId: string) {
|
||||
}
|
||||
|
||||
export const IngestBodyRequest = z.object({
|
||||
name: z.string(),
|
||||
episodeBody: z.string(),
|
||||
referenceTime: z.string(),
|
||||
metadata: z.record(z.union([z.string(), z.number()])),
|
||||
|
||||
@ -67,7 +67,6 @@ export interface Triple {
|
||||
}
|
||||
|
||||
export type AddEpisodeParams = {
|
||||
name: string;
|
||||
episodeBody: string;
|
||||
referenceTime: Date;
|
||||
metadata: Record<string, any>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user