Skip to content

Commit

Permalink
Corrected the casing the the timeseries document file
Browse files Browse the repository at this point in the history
  • Loading branch information
tausif010 committed Oct 8, 2024
1 parent 3dd889e commit f3516f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/timeSeries.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ List<TimeseriesMetadata> upsertTimeseriesList = List.of(TimeseriesMetadata.newBu
.setIsStep(false)
.setDescription("Description")
.setUnit("TestUnits")
.setUnitExternalId("testUnitExternalId")
.setUnitExternalId("TestUnitExternalId")
.putMetadata("type", "sdk-data-generator")
.putMetadata("sdk-data-generator", "sdk-data-generator")
.build());
Expand Down

0 comments on commit f3516f5

Please sign in to comment.