Skip to content
Merged
Prev Previous commit
Linting
  • Loading branch information
jsoriano committed Oct 16, 2023
commit 2d1dfd4dd66bf759f8f75a7aaebd608f9199b84f
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function _generateMappings(
case 'byte':
case 'long':
case 'short':
case 'unsigned_long':
case 'unsigned_long':
dynProperties.type = field.object_type;
dynProperties.time_series_metric = field.metric_type;
matchingType = field.object_type_mapping_type ?? 'long';
Expand Down