Skip to content

Commit

Permalink
LPD-37074 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 24, 2024
1 parent bf0ea85 commit 6b2fbb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ public Boolean apply(
DDMDataProviderRequest.Builder builder =
DDMDataProviderRequest.Builder.newBuilder();

builder = builder.withDDMDataProviderId(
ddmDataProviderInstanceUUID
).withCompanyId(
builder = builder.withCompanyId(
CompanyThreadLocal.getCompanyId()
).withDDMDataProviderId(
ddmDataProviderInstanceUUID
);

Map<String, String> parameterMap = _extractParameters(
Expand Down

0 comments on commit 6b2fbb8

Please sign in to comment.