Skip to content

Commit

Permalink
fix: debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lopahn2 committed Nov 4, 2023
1 parent 619b51c commit 534c13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ export const start = async (req, res) => {
finishDate,
body.minimum_attendance,
body.minimum_mission_completion,
sentTx.hash
// sentTx.hash
"0xa2aa29bbc08e36b9d382510a35d07fca40f684b963740949051bf3d01aff78b5"
);

const fileName = `contract/${body.suite_room_id}-${memberName}.pdf`;
Expand Down

0 comments on commit 534c13d

Please sign in to comment.