fix(utils): Correct migration directory path for production environment #80
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/jobs/channel/discord.ts#L3
Unexpected any. Specify a different type
|
src/jobs/channel/discord.ts#L4
Unexpected any. Specify a different type
|
src/jobs/channel/discord.ts#L10
Unexpected any. Specify a different type
|
src/jobs/channel/email.ts#L16
'template' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/jobs/email.job.ts#L11
Unexpected any. Specify a different type
|
src/jobs/email.job.ts#L24
Unexpected any. Specify a different type
|
src/jobs/jobs.ts#L1
'sendApproveTenantEmailJob' is defined but never used. Allowed unused vars must match /^_/u
|
src/middleware.ts#L5
'req' is defined but never used. Allowed unused args must match /^_/u
|
src/middleware.ts#L5
'res' is defined but never used. Allowed unused args must match /^_/u
|
src/middleware.ts#L5
'next' is defined but never used. Allowed unused args must match /^_/u
|
This job succeeded
Loading