Skip to content

Commit

Permalink
Remove: APIDTO Sequence update
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Sep 5, 2024
1 parent 002bf86 commit b1de647
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ public static API fromDTOtoAPI(APIDTO dto, String provider) throws APIManagement
context = updateContextWithVersion(dto.getVersion(), originalContext, context);
model.setContext(context);
model.setDescription(dto.getDescription());

if (dto != null && dto.getSequence() != null) {
model.setSequence(dto.getSequence());
}

Object endpointConfig = dto.getEndpointConfig();

// update the sequence name generated
Expand Down

0 comments on commit b1de647

Please sign in to comment.