Skip to content

Commit

Permalink
fix: Fix processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Dec 17, 2024
1 parent 7db4ba5 commit 6571e09
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export class BridgeProcessor extends WorkerHost {
return this.fetchCBridge();
case Tasks.fetchDebridge:
return this.fetchDeBridge();
case Tasks.fetchMeson:
return this.fetchMeson();
case Tasks.fetchStargate:
return this.fetchStargate();
default:
}
}
Expand Down

0 comments on commit 6571e09

Please sign in to comment.