mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Remove unnecessary TOODs
This commit is contained in:
parent
d761efbd02
commit
4759742463
|
@ -437,8 +437,6 @@ export class CredentialsHelper extends ICredentialsHelper {
|
||||||
// Add special database related data
|
// Add special database related data
|
||||||
newCredentialsData.updatedAt = new Date();
|
newCredentialsData.updatedAt = new Date();
|
||||||
|
|
||||||
// TODO: also add user automatically depending on who is logged in, if anybody is logged in
|
|
||||||
|
|
||||||
// Save the credentials in DB
|
// Save the credentials in DB
|
||||||
const findQuery = {
|
const findQuery = {
|
||||||
id: credentials.id,
|
id: credentials.id,
|
||||||
|
@ -563,7 +561,6 @@ export class CredentialsHelper extends ICredentialsHelper {
|
||||||
parameters: {},
|
parameters: {},
|
||||||
name: 'Temp-Node',
|
name: 'Temp-Node',
|
||||||
type: nodeType.description.name,
|
type: nodeType.description.name,
|
||||||
// TODO: What it should really do is to get the version from UI
|
|
||||||
typeVersion: Array.isArray(nodeType.description.version)
|
typeVersion: Array.isArray(nodeType.description.version)
|
||||||
? nodeType.description.version.slice(-1)[0]
|
? nodeType.description.version.slice(-1)[0]
|
||||||
: nodeType.description.version,
|
: nodeType.description.version,
|
||||||
|
|
Loading…
Reference in a new issue