mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
fix: correct all the spelling typos (#3960)
* Improve code health Fix TS typos in local variables Fix CSS typos in local styles Fix typos in comments Fix typos in strings * Fix order of n8n setup sections in CONTRIBUTING.md
This commit is contained in:
@@ -415,7 +415,7 @@ executionsController.post(
|
||||
const sharedWorkflowIds = await getSharedWorkflowIds(req.user);
|
||||
const binaryDataManager = BinaryDataManager.getInstance();
|
||||
|
||||
// delete executions by date, if user may access the underyling workflows
|
||||
// delete executions by date, if user may access the underlying workflows
|
||||
|
||||
if (deleteBefore) {
|
||||
const filters: IDataObject = {
|
||||
@@ -446,7 +446,7 @@ executionsController.post(
|
||||
return;
|
||||
}
|
||||
|
||||
// delete executions by IDs, if user may access the underyling workflows
|
||||
// delete executions by IDs, if user may access the underlying workflows
|
||||
|
||||
if (ids) {
|
||||
const executions = await Db.collections.Execution.find({
|
||||
|
||||
Reference in New Issue
Block a user