MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / organizationRow

Function organizationRow

apps/cloud/src/org/handlers.test.ts:184–192  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

182 });
183
184const organizationRow = (id: string) => ({
185 id,
186 name: `Org ${id}`,
187 slug: id,
188 backfilledAt: createdAt,
189 deletedAt: null,
190 workosUpdatedAt: null,
191 createdAt,
192});
193
194// The store's operations are plain promises: an unexpected one defects
195// through `Effect.promise`, the same way `unread` does for the services.

Callers 1

handlers.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected