Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Feb 18, 2025
1 parent 6f06365 commit 18a1ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/V1/Device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ export default function (app: Application, baseUrl: string) {
new Date();
const device = response.locals.device as Device;

let deviceHistoryEntry = await this.findOne({
const deviceHistoryEntry = await this.findOne({
where: {
DeviceId: device.id,
GroupId: device.GroupId,
Expand Down

0 comments on commit 18a1ab2

Please sign in to comment.