Skip to content

Commit

Permalink
Update etag when removing user fix #7216 (#7217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir authored and manup committed Sep 15, 2023
1 parent 6631ea5 commit 09a3758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,8 @@ int DeRestPluginPrivate::deleteUser(const ApiRequest &req, ApiResponse &rsp)
rsp.list.append(rspItem);
rsp.httpStatus = HttpStatusOk;

updateEtag(gwConfigEtag);

return REQ_READY_SEND;
}
}
Expand Down

0 comments on commit 09a3758

Please sign in to comment.