Create database seeding script #323
Annotations
5 errors and 5 warnings
build:
src/services/seed.service.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build:
src/services/seed.service.ts#L73
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build:
src/services/seed.service.ts#L105
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build:
src/services/seed.service.ts#L161
Missing return type on function
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated 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/
|
build:
src/services/admin/mentor_admin.service.test.ts#L180
Unexpected any. Specify a different type
|
build:
src/services/seed.service.ts#L177
Expected property shorthand
|
build:
src/services/seed.service.ts#L183
Expected property shorthand
|
build:
src/utils.ts#L68
Unexpected any. Specify a different type
|