Skip to content

Added country selector component #76

Added country selector component

Added country selector component #76

Triggered via pull request February 26, 2025 07:27
Status Failure
Total duration 29s
Artifacts

lint-check.yml

on: pull_request
Backend lint and style check
15s
Backend lint and style check
Frontend lint and style check
19s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Backend lint and style check: backend/src/controllers/announcement.ts#L3
Async arrow function 'createAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L11
Async arrow function 'editAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L19
Async arrow function 'deleteAnnouncement' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L27
Async arrow function 'getMultipleAnnouncements' has no 'await' expression
Backend lint and style check: backend/src/controllers/announcement.ts#L35
Async arrow function 'getIndividualAnnouncementDetails' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L80
Async arrow function 'getPersonalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L88
Async arrow function 'editPersonalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L96
Async arrow function 'getProfessionalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L104
Async arrow function 'editProfessionalInformation' has no 'await' expression
Backend lint and style check: backend/src/controllers/user.ts#L112
Async arrow function 'getDirectoryPersonalInformation' has no 'await' expression
Frontend lint and style check: frontend/src/components/CountrySelector.tsx#L26
Unsafe assignment of an error typed value
Frontend lint and style check: frontend/src/components/CountrySelector.tsx#L26
Unsafe call of a(n) `error` type typed value
Frontend lint and style check
Process completed with exit code 1.