(organizationId: string)
| 132 | }).pipe(Effect.withSpan(`autumn.${fn.name || "use"}`)); |
| 133 | |
| 134 | const ensureCustomer = (organizationId: string) => |
| 135 | Effect.asVoid(use((c) => c.customers.getOrCreate({ customerId: organizationId }))); |
| 136 | |
| 137 | /** |
| 138 | * Run `operation`; if Autumn answers "no such customer", provision the |
no test coverage detected