Skip to content

Commit

Permalink
always pass lastModified
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 9, 2023
1 parent 632c5c6 commit 3d63dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ function updateWorkspaceCustomUnitAndRate(policyID, currentCustomUnit, newCustom
'UpdateWorkspaceCustomUnitAndRate',
{
policyID,
...(!networkStatus.isOffline && {lastModified}),
lastModified,
customUnit: JSON.stringify(newCustomUnitParam),
customUnitRate: JSON.stringify(newCustomUnitParam.rates),
},
Expand Down

0 comments on commit 3d63dc5

Please sign in to comment.