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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.

View file

@ -1829,7 +1829,7 @@ export default defineComponent({
return;
}
} else {
// Pasted data is is possible workflow data
// Pasted data is possible workflow data
try {
// Check first if it is valid JSON
workflowData = JSON.parse(plainTextData);

View file

@ -435,7 +435,7 @@ export class Workflow {
) {
// Is expression so has to be rewritten
// To not run the "expensive" regex stuff when it is not needed
// make a simple check first if it really contains the the node-name
// make a simple check first if it really contains the node-name
if (parameterValue.includes(currentName)) {
// Really contains node-name (even though we do not know yet if really as $node-expression)