Skip to content

Commit

Permalink
Merge pull request #4 from KingKong26/dev
Browse files Browse the repository at this point in the history
updated startup message
  • Loading branch information
vishnumohanan404 authored May 14, 2024
2 parents c81c381 + c348648 commit 102d3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import mongoose from "mongoose";
import { app } from "./app";

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 102d3a9

Please sign in to comment.