()
| 1101 | } |
| 1102 | |
| 1103 | apiKey() { |
| 1104 | return this.#options.apiKey ?? env.TRIGGER_API_KEY; |
| 1105 | } |
| 1106 | |
| 1107 | async #preprocessRun(body: PreprocessRunBody, job: Job<Trigger<EventSpecification<any>>, any>) { |
| 1108 | const context = this.#createPreprocessRunContext(body); |