Skip to content

added search routes and controller #8

added search routes and controller

added search routes and controller #8

Triggered via push September 4, 2024 18:16
Status Failure
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build: src/modules/search/search.controller.ts#L7
Type '{ QueryString: { username?: string; email?: string; phone?: string; }; }' has no properties in common with type 'RouteGenericInterface'.
build: src/modules/search/search.controller.ts#L10
Property 'username' does not exist on type '{}'.
build: src/modules/search/search.controller.ts#L10
Property 'email' does not exist on type '{}'.
build: src/modules/search/search.controller.ts#L10
Property 'phone' does not exist on type '{}'.
build: src/modules/search/search.routes.ts#L10
No overload matches this call.
build
Process completed with exit code 2.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/