Skip to content

Commit

Permalink
Fix inconsistent field name in projectSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
Baalmart committed Dec 10, 2024
1 parent 2594d91 commit 68a0b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device-registry/models/Location.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ locationSchema.statics = {
admin_level: 1,
description: 1,
network: 1,
group: 1,
groups: 1,
metadata: 1,
};

Expand Down Expand Up @@ -313,7 +313,7 @@ locationSchema.statics = {
description: 1,
admin_level: 1,
network: 1,
group: 1,
groups: 1,
isCustom: 1,
metadata: 1,
},
Expand Down

0 comments on commit 68a0b0f

Please sign in to comment.