MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / updateSlackThread

Function updateSlackThread

apps/web/services/threads/index.ts:564–574  ·  view source on GitHub ↗
(
  id: string,
  thread: Prisma.threadsUpdateInput
)

Source from the content-addressed store, hash-verified

562};
563
564export const updateSlackThread = async (
565 id: string,
566 thread: Prisma.threadsUpdateInput
567) => {
568 return await prisma.threads.update({
569 where: {
570 id: id,
571 },
572 data: thread,
573 });
574};

Callers 1

addMessageFunction · 0.90

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected