Skip to content

Commit

Permalink
MODUSERBL-200: Removed unused include parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil-epam committed Oct 24, 2024
1 parent 7a172c6 commit ccb31b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ramls/mod-users-bl.raml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ resourceTypes:
/by-id:
/{id}:
type: { compositeUserResource: { "typeName" : "id" } }
is: [includeable]
delete:
description: "Delete a user by id"
responses:
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/folio/rest/impl/BLUsersAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,7 @@ private void getTransactionsOfUser(User user, OkapiConnectionParams connectionPa
}

@Override
public void deleteBlUsersByIdById(String id, List<String> include,
Map<String, String> okapiHeaders,
public void deleteBlUsersByIdById(String id, Map<String, String> okapiHeaders,
Handler<AsyncResult<javax.ws.rs.core.Response>> asyncResultHandler,
Context vertxContext) {
OkapiConnectionParams connectionParams = new OkapiConnectionParams(okapiHeaders);
Expand Down

0 comments on commit ccb31b3

Please sign in to comment.