feature/lisasiliu/view-student-profile-v2 #265
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/
|
Run npm ci:
backend/src/controllers/session.ts#L223
Promise-returning function provided to variable where a void return was expected
|
Run npm ci:
backend/src/controllers/session.ts#L250
Promise-returning function provided to variable where a void return was expected
|
Run npm ci:
backend/src/controllers/session.ts#L285
Promise-returning function provided to variable where a void return was expected
|
Run npm ci:
backend/src/controllers/session.ts#L300
Promise-returning function provided to variable where a void return was expected
|
Run npm ci:
backend/src/controllers/user.ts#L103
Unsafe assignment of an `any` value
|
Run npm ci:
backend/src/controllers/user.ts#L105
Unsafe assignment of an `any` value
|
Run npm ci:
backend/src/controllers/user.ts#L128
Unsafe assignment of an `any` value
|
Run npm ci:
backend/src/controllers/user.ts#L133
Unsafe assignment of an `any` value
|
Run npm ci:
backend/src/routes/progressNote.ts#L13
Promise returned in function argument where a void return was expected
|
Run npm ci:
backend/src/routes/progressNote.ts#L20
Promise returned in function argument where a void return was expected
|
Loading