Create database seeding script #327
Annotations
3 errors and 5 warnings
build:
src/scripts/seed-db.ts#L12
Missing return type on function
|
build:
src/scripts/seed-db.ts#L164
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
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/scripts/seed-db.ts#L154
Expected property shorthand
|
build:
src/scripts/seed-db.ts#L160
Expected property shorthand
|
build:
src/services/admin/mentor_admin.service.test.ts#L180
Unexpected any. Specify a different type
|
build:
src/utils.ts#L68
Unexpected any. Specify a different type
|