Skip to content

downgrade userId

downgrade userId #33

Triggered via pull request December 12, 2024 20:32
Status Failure
Total duration 35s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/providers/Anonymous.ts#L69
Property 'user' does not exist on type '{ account: GenericDoc<DataModel, "authAccounts">; }'.
test: src/server/implementation/mutations/refreshSession.ts#L67
Type 'string' is not assignable to type 'Id<"users">'.
test: src/server/implementation/mutations/refreshSession.ts#L99
Type 'string' is not assignable to type 'Id<"users">'.
test: src/server/implementation/mutations/refreshSession.ts#L110
Type 'string' is not assignable to type 'Id<"users">'.
test: src/server/implementation/mutations/signOut.ts#L16
Type 'string' is not assignable to type 'Id<"users">'.
test: src/server/implementation/mutations/verifyCodeAndSignIn.ts#L74
Argument of type 'string' is not assignable to parameter of type 'Id<"users">'.
test: src/server/implementation/mutations/verifyCodeAndSignIn.ts#L79
Argument of type 'string' is not assignable to parameter of type 'Id<"users">'.
test: src/server/implementation/signIn.ts#L194
Type 'string' is not assignable to type 'Id<"users">'.
test: src/server/implementation/users.ts#L41
Argument of type 'string' is not assignable to parameter of type 'Id<"users">'.
test: src/server/implementation/users.ts#L42
Type 'string' is not assignable to type 'Id<"users">'.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636