(id: string)
| 182 | }); |
| 183 | |
| 184 | const 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. |