diff --git a/src/services/PanelService.ts b/src/services/PanelService.ts index 25143da8..097de023 100644 --- a/src/services/PanelService.ts +++ b/src/services/PanelService.ts @@ -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,