Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Mar 6, 2024
1 parent 5aeea3e commit add8f15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@
"RemoteRunProject"
]
},
{
"name": "codeTransformPreviousStatus",
"type": "string",
"description": "The current transformation job's previous status"
},
{
"name": "codeTransformRequestId",
"type": "string",
Expand Down Expand Up @@ -317,11 +322,6 @@
"chatPrompt"
]
},
{
"name": "codeTransformPreviousStatus",
"type": "string",
"description": "The current transformation job's previous status"
},
{
"name": "codeTransformStatus",
"type": "string",
Expand Down

0 comments on commit add8f15

Please sign in to comment.