Skip to content

Commit

Permalink
uncommented out set
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Aug 26, 2024
1 parent d3383a4 commit 61ffd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/indexer/src/EventHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EAS.Attested.handler(async ({ event, context }) => {
context.WorkApproval.set(workApproval);
} else if (schemaUID === GARDEN_ASSESSMENT_SCHEMA_UID) {
const gardenAssessment = await getGardenAssessmentAttestation(uid);
// context.log.debug(gardenAssessment.polygonCoordinates.toString());
// context.GardenAssessment.set(gardenAssessment);

context.GardenAssessment.set(gardenAssessment);
}
});

0 comments on commit 61ffd52

Please sign in to comment.