forked from trent_larson/crowd-funder-for-time-pwa
bump version to 0.2.3, add endpoint name update
This commit is contained in:
@@ -332,7 +332,6 @@ export async function createAndSubmitGive(
|
||||
identifier: fulfillsProjectHandleId,
|
||||
});
|
||||
}
|
||||
console.log("createAndSubmitGive vcClaim", vcClaim);
|
||||
return createAndSubmitClaim(
|
||||
vcClaim as GenericServerRecord,
|
||||
identity,
|
||||
|
||||
@@ -473,7 +473,7 @@ export default class ProjectViewView extends Vue {
|
||||
|
||||
const givesInUrl =
|
||||
this.apiServer +
|
||||
"/api/v2/report/givesForPlans?planIds=" +
|
||||
"/api/v2/report/givesToPlans?planIds=" +
|
||||
encodeURIComponent(JSON.stringify([projectId]));
|
||||
try {
|
||||
const resp = await this.axios.get(givesInUrl, { headers });
|
||||
|
||||
Reference in New Issue
Block a user