Skip to content

Commit d486d8f

Browse files
remove incorrect tsdoc comment for maybeStartOrUpdateRemoteProxySession
1 parent 27f79b7 commit d486d8f

File tree

1 file changed

+0
-3
lines changed
  • packages/wrangler/src/api/remoteBindings

1 file changed

+0
-3
lines changed

packages/wrangler/src/api/remoteBindings/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ type WorkerConfigObject = {
119119
/**
120120
* Utility for potentially starting or updating a remote proxy session.
121121
*
122-
* It uses an internal map for storing existing remote proxy session indexed by worker names. If no worker name is provided
123-
* the remote proxy session won't be retrieved nor saved to/from the internal map.
124-
*
125122
* @param wranglerOrWorkerConfigObject either a file path to a wrangler configuration file or an object containing the name of
126123
* the target worker alongside its bindings.
127124
* @param preExistingRemoteProxySessionData the optional data of a pre-existing remote proxy session if there was one, this

0 commit comments

Comments
 (0)