Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Oct 16, 2023
1 parent 445018c commit 2d1dfd4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2d1dfd4

Please sign in to comment.