mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-24 02:43:56 +08:00
chore: generate
This commit is contained in:
@@ -162,7 +162,7 @@ export class QuestionService extends ServiceMap.Service<QuestionService, Questio
|
||||
sessionID: existing.info.sessionID,
|
||||
requestID: existing.info.id,
|
||||
})
|
||||
yield* Deferred.fail(existing.deferred, new RejectedError)
|
||||
yield* Deferred.fail(existing.deferred, new RejectedError())
|
||||
})
|
||||
|
||||
const list = Effect.fn("QuestionService.list")(function* () {
|
||||
|
||||
Reference in New Issue
Block a user