Skip to content

Commit 5fe6163

Browse files
SeddikBellaminePierreJeanjacquot
authored andcommitted
fix: remove pricePerAccess parameter from createBulkOrder call
- Remove pricePerAccess and volume parameters from createBulkOrder call in grantAccess - Keep createBulkOrder function simple with infinite volume and zero price - Fix TypeScript compilation error
1 parent 8ff9a59 commit 5fe6163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/sdk/src/lib/dataProtectorCore/grantAccess.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export const grantAccess = async ({
139139
dataset: vProtectedData,
140140
app: vAuthorizedApp,
141141
requester: vAuthorizedUser,
142-
pricePerAccess: vPricePerAccess,
143142
tag,
144143
}).catch((e) => {
145144
throw new WorkflowError({

0 commit comments

Comments
 (0)