Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingcedru committed Nov 27, 2024
1 parent 6b0314e commit 4aa1a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/drec-api/src/pods/device/dto/new-device.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class NewDeviceDTO
message:
'Invalid Capacity or energy Storage Capacity, it should be greater than 0',
})
@Transform((value,obj ) => parseFloat(obj.capacity))
@Transform((value, obj) => parseFloat(obj.capacity))
capacity: number;

@ApiProperty()
Expand Down

0 comments on commit 4aa1a5f

Please sign in to comment.