Skip to content

Commit

Permalink
Update src/services/PanelService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Bender <mikebender@deephaven.io>
  • Loading branch information
bmingles and mofojed committed Sep 18, 2024
1 parent cdac84c commit 2a1dc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/PanelService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ export class PanelService implements IPanelService, Disposable {

/**
* Update the variables for the given connection url.
* @param url
* @param variableChanges
* @param url The connection URL
* @param variableChanges Changes made on that connection
*/
updateVariables = (
url: URL,
Expand Down

0 comments on commit 2a1dc80

Please sign in to comment.