Skip to content

Commit

Permalink
Merge branch 'reference-photos' of https://github.com/TheCacophonyPro…
Browse files Browse the repository at this point in the history
…ject/cacophony-web into audio-views
  • Loading branch information
hardiesoft committed Feb 19, 2025
2 parents 10a3dd5 + d553722 commit 7adf563
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/api/V1/Device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1633,10 +1633,7 @@ export default function (app: Application, baseUrl: string) {
deviceSettings = await models.DeviceHistory.latest(
device.id,
device.GroupId,
atTime,
{
"settings.synced": { [Op.ne]: null },
}
atTime
);
}
if (deviceSettings) {
Expand Down

0 comments on commit 7adf563

Please sign in to comment.