Skip to content

Commit

Permalink
fix operation references
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Dec 1, 2023
1 parent 1380b0d commit 46f8c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/third-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ function convertOperationObject(data: ConvertOperationObjectData, options: Requi
applyMessageRefsToOperation(serializedMessages, newMessagePath, operation);
}


const sortedOperation = sortObjectKeys(
operation,
['action', 'channel', 'title', 'summary', 'description', 'security', 'tags', 'externalDocs', 'bindings', 'traits'],
Expand Down

0 comments on commit 46f8c9d

Please sign in to comment.