mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
format: oxfmt format
This commit is contained in:
+4
-1
@@ -369,7 +369,10 @@ export class ObservationPipeline {
|
||||
)
|
||||
return;
|
||||
const key = scopedKey(channelAccountId, progress.conversationId);
|
||||
const token = this.lifecycle.capturePageObservation(progress.conversationId, historyRequestId);
|
||||
const token = this.lifecycle.capturePageObservation(
|
||||
progress.conversationId,
|
||||
historyRequestId,
|
||||
);
|
||||
if (token === null) return;
|
||||
const previous = this.observationWrites.get(key) ?? Promise.resolve();
|
||||
const current = previous.then(async () => {
|
||||
|
||||
Reference in New Issue
Block a user