mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Small typo fix (no-changelog) (#8876)
This commit is contained in:
parent
ed22dcd88a
commit
9e866591e1
|
@ -126,7 +126,7 @@ return item;`,
|
|||
)?.toString('base64');
|
||||
}
|
||||
}
|
||||
// Retrun Data
|
||||
// Return Data
|
||||
return item.binary;
|
||||
},
|
||||
setBinaryDataAsync: async (data: IBinaryKeyData) => {
|
||||
|
|
Loading…
Reference in a new issue