-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New #13
New #13
Conversation
index.js
Outdated
console.log("abc" ) | ||
} | ||
console.log("saransh", saransh) | ||
function saransh (){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] reported by reviewdog 🐶
Parsing error: Identifier 'saransh' has already been declared
@@ -10,7 +10,14 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se | |||
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js"; | |||
// import { scheduleInit } from "#scheduler/Service/schedulerService.js"; | |||
const app = express(); | |||
|
|||
console.log("saransh", saransh) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -10,7 +10,14 @@ import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, se | |||
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js"; | |||
// import { scheduleInit } from "#scheduler/Service/schedulerService.js"; | |||
const app = express(); | |||
|
|||
console.log("saransh", saransh) | |||
function saransh2 (){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'saransh2' is defined but never used.
function saransh2 (){ | ||
console.log("abc" ) | ||
} | ||
console.log("saransh", saransh) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log("abc" ) | ||
} | ||
console.log("saransh", saransh) | ||
function saransh3 (){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'saransh3' is defined but never used.
No description provided.