bump version to 0.2.3, add endpoint name update

This commit is contained in:
2024-01-09 17:49:41 -07:00
parent 8a7ce0fe65
commit 48cb45d230
6 changed files with 12 additions and 5 deletions

View File

@@ -332,7 +332,6 @@ export async function createAndSubmitGive(
identifier: fulfillsProjectHandleId,
});
}
console.log("createAndSubmitGive vcClaim", vcClaim);
return createAndSubmitClaim(
vcClaim as GenericServerRecord,
identity,

View File

@@ -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 });