mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-26 19:51:42 +02:00
fix: Typo fixes in various descriptions (no-changelog) (#8854)
Signed-off-by: pengqiseven <912170095@qq.com> Co-authored-by: pengqiseven <i@sohu.com>
This commit is contained in:
co-authored by
pengqiseven
parent
a424b59e49
commit
8a26f4280a
@@ -203,7 +203,7 @@ export class ActiveWorkflowRunner {
|
||||
);
|
||||
}
|
||||
|
||||
// if it's a workflow from the the insert
|
||||
// if it's a workflow from the insert
|
||||
// TODO check if there is standard error code for duplicate key violation that works
|
||||
// with all databases
|
||||
if (error instanceof Error && error.name === 'QueryFailedError') {
|
||||
|
||||
Reference in New Issue
Block a user