mirror of https://github.com/buster-so/buster.git
partial instead of any
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
6fb546a4ad
commit
79e7cb4b95
|
@ -219,7 +219,7 @@ export async function updateChat(
|
|||
}
|
||||
|
||||
// Build update object with only provided fields
|
||||
const updateData: any = {
|
||||
const updateData: Partial<UpdateableChatFields> & { updatedAt: string } = {
|
||||
updatedAt: new Date().toISOString(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue