mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: remove impertinent Jsdocs comments (no-changelog) (#4181)
* 🔥 Remove impertinent Jsdocs comments
* Lint fixes
This commit is contained in:
@@ -97,9 +97,6 @@ export async function salesforceApiRequestAllItems(
|
||||
/**
|
||||
* Sorts the given options alphabetically
|
||||
*
|
||||
* @export
|
||||
* @param {INodePropertyOptions[]} options
|
||||
* @returns {INodePropertyOptions[]}
|
||||
*/
|
||||
export function sortOptions(options: INodePropertyOptions[]): void {
|
||||
options.sort((a, b) => {
|
||||
|
||||
Reference in New Issue
Block a user