Skip to content

Commit

Permalink
add start up message to orders service
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumohanan404 committed May 2, 2024
1 parent e789646 commit c61459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orders/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ExpirationCompleteListener } from "./events/listeners/expiration-comple
import { PaymentCreatedListener } from "./events/listeners/payment-created-listener";

const start = async () => {
console.log("Starting up...");
console.log("Starting up....");
if (!process.env.JWT_KEY) {
throw new Error("JWT_KEY is not defined");
}
Expand Down

0 comments on commit c61459c

Please sign in to comment.