Skip to content

Commit

Permalink
chore:fix purchaseDonutPermissions signer
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh committed Sep 20, 2024
1 parent 4ce10d3 commit 0bb78f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function ConnectedTestContent({
purchaseDonutPermissions.signer = {
type: 'key',
data: {
ids: [dAppKeyDID]
id: dAppKeyDID
}
}
const response = await grantPermissions(purchaseDonutPermissions)
Expand All @@ -78,6 +78,7 @@ function ConnectedTestContent({
description: JSON.stringify(response, bigIntReplacer)
})
} catch (error) {
console.log('error', error)
toast({
type: 'error',
title: 'Request Permissions Errors',
Expand Down

0 comments on commit 0bb78f9

Please sign in to comment.