fix: Fix some comments (no-changelog) (#11816)

Signed-off-by: binchengqu <bincheng@before.tech>
This commit is contained in:
Bin Chang
2024-11-22 20:31:52 +08:00
committed by GitHub
parent 05c61091db
commit adf026c201
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ export class DynamicNodeParametersService {
): Promise<INodePropertyOptions[]> {
const nodeType = this.getNodeType(nodeTypeAndVersion);
if (!nodeType.description.requestDefaults?.baseURL) {
// This in in here for now for security reasons.
// This is in here for now for security reasons.
// Background: As the full data for the request to make does get send, and the auth data
// will then be applied, would it be possible to retrieve that data like that. By at least
// requiring a baseURL to be defined can at least not a random server be called.