Skip to content

Commit

Permalink
Update ServerRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 20, 2023
1 parent e4d6139 commit 760e695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ protected boolean prepareExecuteWithoutTracking() {
return false;
}

// needed for adding SD fields for certain request (i.e. initialization and events)
// needed for adding additional device info fields for certain request (i.e. initialization and events)
boolean isInitializationOrEventRequest() {
for (Defines.RequestPath item : initializationAndEventRoutes) {
if (item.equals(requestPath_)) return true;
Expand Down

0 comments on commit 760e695

Please sign in to comment.