Skip to content

Commit

Permalink
style: eslint code format
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaroNegi committed Dec 1, 2024
1 parent e7d9f59 commit f203bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sensor-aggregated/sensor-aggragated.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class SensorAggregatedService {
if (!hours) {
throw new HttpException(
'Invalid interval. Supported values are 24h, 48h, 1w, 1m',
400
400,
);
}

Expand Down

0 comments on commit f203bcf

Please sign in to comment.