fix:upload profile pic #21
lint-build-test.yaml
on: pull_request
lint-build-and-test
39s
Annotations
2 errors and 4 warnings
lint-build-and-test:
src/modules/blogs/blogs.service.ts#L229
Do not access Object.prototype method 'hasOwnProperty' from target object
|
lint-build-and-test
Process completed with exit code 1.
|
lint-build-and-test
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/
|
lint-build-and-test:
src/modules/auth/tests/auth.service.spec.ts#L265
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
|
lint-build-and-test:
src/modules/auth/tests/auth.service.spec.ts#L284
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
|
lint-build-and-test:
src/modules/auth/tests/auth.service.spec.ts#L308
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
|