forked from trent_larson/crowd-funder-for-time-pwa
Fix: remove non-applicable IDs
- Projects use handleID, not DID
This commit is contained in:
@@ -279,7 +279,6 @@ export default class ContactGiftingView extends Vue {
|
||||
private createRecipientFromContext(): GiverReceiverInputInfo {
|
||||
if (this.recipientEntityType === "project") {
|
||||
return {
|
||||
did: this.recipientProjectHandleId,
|
||||
name: this.recipientProjectName,
|
||||
image: this.recipientProjectImage,
|
||||
handleId: this.recipientProjectHandleId,
|
||||
@@ -304,7 +303,6 @@ export default class ContactGiftingView extends Vue {
|
||||
private createGiverFromContext(): GiverReceiverInputInfo {
|
||||
if (this.giverEntityType === "project") {
|
||||
return {
|
||||
did: this.giverProjectHandleId,
|
||||
name: this.giverProjectName,
|
||||
image: this.giverProjectImage,
|
||||
handleId: this.giverProjectHandleId,
|
||||
|
||||
Reference in New Issue
Block a user