Skip to content

Commit

Permalink
Update todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen authored Oct 4, 2024
1 parent 23291f9 commit 85c34dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/miniflare/src/plugins/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function getCustomServiceDesignator(
// Worker with entrypoint
if ("name" in service) {
if (service.name === kCurrentWorker) {
// TODO when RPC with assets is fixed in dev: point this router worker if assets are present.
// TODO when fetch on WorkerEntrypoints with assets is fixed in dev: point this router worker if assets are present.
serviceName = getUserServiceName(refererName);
} else {
serviceName = getUserServiceName(service.name);
Expand Down

0 comments on commit 85c34dd

Please sign in to comment.