Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Nov 15, 2024
1 parent e69d511 commit 797fb4a
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 @@ -198,16 +198,16 @@
"type": "int",
"description": "The uncompressed payload size in bytes of the source files in customer project context"
},
{
"name": "buildZipFileBytes",
"type": "int",
"description": "The compressed payload size of source files in bytes of customer project context sent"
},
{
"name": "buildSystemVersion",
"type": "string",
"description": "The build system version on the user's machine"
},
{
"name": "buildZipFileBytes",
"type": "int",
"description": "The compressed payload size of source files in bytes of customer project context sent"
},
{
"name": "causedBy",
"type": "string",
Expand Down

0 comments on commit 797fb4a

Please sign in to comment.