Skip to content

Commit

Permalink
fix: console
Browse files Browse the repository at this point in the history
  • Loading branch information
lopahn2 committed Nov 4, 2023
1 parent 8dbc7c1 commit 947ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/consumer/suiteRoomContractCreationService.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const suiteRoomContractCreationService = async (data) => {
);

console.log("계약서 메타 정보 저장 완료------------------------------");
console.log("계약서 매니저 생성 ------------------------------");
console.log("계약서 매니저 생성 ------------------------------");
const contractManager = new ContractManager(
process.env.POLYGON_MAIN_NET_WALLET_PRIVATE_KEY
);
Expand Down

0 comments on commit 947ef62

Please sign in to comment.