(context)
| 293 | }) |
| 294 | }, |
| 295 | annotateContext(context) { |
| 296 | return make({ |
| 297 | ...options, |
| 298 | annotations: Context.merge(self.annotations, context) |
| 299 | }) |
| 300 | }, |
| 301 | execute: Effect.fnUntraced( |
| 302 | function*(fields: any, opts) { |
| 303 | const payload = self.payloadSchema.make(fields) |