Skip to content

Merge pull request #3 from himharsh1997/snyk-fix-3fd23a7c35e3fec79dca… #9

Merge pull request #3 from himharsh1997/snyk-fix-3fd23a7c35e3fec79dca…

Merge pull request #3 from himharsh1997/snyk-fix-3fd23a7c35e3fec79dca… #9

Triggered via push August 19, 2024 16:58
Status Failure
Total duration 25s
Artifacts

node.js.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build (20.x): src/db/query/storefileQuery.ts#L8
Type 'Model<{ is_email_verified: boolean; phone_no: string; created_at: Date; updated_at: Date; email?: string; name?: string; user_id?: string; }, {}, {}, {}, Schema<any, Model<any, any, any, any, any>, ... 5 more ..., { ...; }>>' is not assignable to type 'Model<User, {}, {}, {}, any>'.
build (20.x): src/db/query/userQuery.ts#L8
Type 'Model<{ is_email_verified: boolean; phone_no: string; created_at: Date; updated_at: Date; email?: string; name?: string; user_id?: string; }, {}, {}, {}, Schema<any, Model<any, any, any, any, any>, ... 5 more ..., { ...; }>>' is not assignable to type 'Model<User, {}, {}, {}, any>'.
build (20.x): src/proxy/auth0Mgmt.ts#L1
Module '"auth0"' has no exported member 'User'.
build (20.x): src/proxy/auth0Mgmt.ts#L15
Property 'createUser' does not exist on type 'ManagementClient'.
build (20.x)
Process completed with exit code 2.