Skip to content

Commit

Permalink
Fix the suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-NEC committed Jun 23, 2023
1 parent a15800a commit c3eec37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Add: servicePath field to builtin attributes, so return ServicePath in the entity response (#2877)
- Add: servicePath field to builtin attributes (#2877)
- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated)
2 changes: 1 addition & 1 deletion src/lib/common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
#define DATE_MODIFIED "dateModified"
#define DATE_EXPIRES "dateExpires"
#define ALTERATION_TYPE "alterationType"
#define ALL_ATTRS "*"
#define SERVICE_PATH "servicePath"
#define ALL_ATTRS "*"



Expand Down

0 comments on commit c3eec37

Please sign in to comment.