Skip to content

Merge pull request #2 from himharsh1997/snyk-fix-850d524ebb9f2444460f… #10

Merge pull request #2 from himharsh1997/snyk-fix-850d524ebb9f2444460f…

Merge pull request #2 from himharsh1997/snyk-fix-850d524ebb9f2444460f… #10

Triggered via push August 19, 2024 16:59
Status Failure
Total duration 23s
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.