-
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
1 #20
1 #20
Conversation
@@ -8,8 +8,12 @@ import errorContstants from "#constants/error.js"; | |||
import { morgalApiLogger } from "#utils/logger.js"; | |||
import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, setupErrorInterceptor, setupValidationErrorInterceptor } from "#middlewares/server.js"; | |||
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js"; | |||
// import { scheduleInit } from "#scheduler/Service/schedulerService.js"; | |||
import { scheduleInit } from "#scheduler/Service/schedulerService.js"; |
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 🐶
'scheduleInit' is defined but never used.
@@ -8,8 +8,12 @@ | |||
import { morgalApiLogger } from "#utils/logger.js"; | |||
import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, setupErrorInterceptor, setupValidationErrorInterceptor } from "#middlewares/server.js"; | |||
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js"; | |||
// import { scheduleInit } from "#scheduler/Service/schedulerService.js"; | |||
import { scheduleInit } from "#scheduler/Service/schedulerService.js"; |
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.
@@ -8,8 +8,12 @@ | |||
import { morgalApiLogger } from "#utils/logger.js"; | |||
import { setupTimeout, setupRateLimiter, setupCors, setupResponseInterceptor, setupErrorInterceptor, setupValidationErrorInterceptor } from "#middlewares/server.js"; | |||
import { syncDatabase, createSuperAdmin } from "#user/Service/database.js"; | |||
// import { scheduleInit } from "#scheduler/Service/schedulerService.js"; | |||
import { scheduleInit } from "#scheduler/Service/schedulerService.js"; |
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.
const app = express(); | ||
console.log(a) |
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.
const app = express(); | ||
console.log(a) | ||
console.log(b) |
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.
const app = express(); | ||
console.log(a) | ||
console.log(b) | ||
console.log("a" ) |
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.
const app = express(); | ||
console.log(a) | ||
console.log(b) | ||
console.log("a" ) |
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-multi-spaces> reported by reviewdog 🐶
Multiple spaces found before ')'.
console.log("a" ) | |
console.log("a" ) |
const app = express(); | ||
console.log(a) | ||
console.log(b) | ||
console.log("a" ) |
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] <space-in-parens> reported by reviewdog 🐶
There should be no space before this paren.
console.log("a" ) | |
console.log("a") |
console.log(a) | ||
console.log(b) | ||
console.log("a" ) | ||
console |
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-expressions> reported by reviewdog 🐶
Expected an assignment or function call and instead saw an expression.
No description provided.