Skip to content

Commit 64dd107

Browse files
authored
fix: log (#63)
1 parent 26e6e32 commit 64dd107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/ChallengeScheduler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ export default new (class {
124124
this.#client
125125
.send(invokeCommand)
126126
.then((data) => {
127-
console.log("Success", data);
127+
console.log("invokeSchedulerLambda Success", JSON.stringify(data.$metadata));
128128
})
129129
.catch((error) => {
130-
console.log("Error", error);
130+
console.log("invokeSchedulerLambda Error", error);
131131
});
132132
}
133133

0 commit comments

Comments
 (0)