Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Apr 10, 2024
1 parent 9b5bf1a commit 4e0e467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { syncDatabase, createSuperAdmin } from "#user/Service/database.js";
// import { scheduleInit } from "#scheduler/Service/schedulerService.js";
const app = express();
console.log("saransh", saransh)
function saransh (){
function saransh2 (){
console.log("abc" )
}
console.log("saransh", saransh)
function saransh (){
function saransh3 (){
console.log("abc" )
}
if (process.env.PRINT_ENV == "true") {
Expand Down

0 comments on commit 4e0e467

Please sign in to comment.