Skip to content

feat: add bluesky as a provider #564

feat: add bluesky as a provider

feat: add bluesky as a provider #564

Re-run triggered November 21, 2024 15:36
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
test: src/module.ts#L260
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
test: src/runtime/server/lib/oauth/bluesky.ts#L15
'"#imports"' has no exported member named 'useStorage'. Did you mean 'useState'?
test: src/runtime/server/routes/atproto/client-metadata.json.get.ts#L12
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
test: src/runtime/server/utils/atproto.ts#L8
'"#imports"' has no exported member named 'getRequestURL'. Did you mean 'useRequestURL'?
test: src/runtime/server/utils/atproto.ts#L15
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 25 more ...; seznam: { ...; }; }'.
test
Process completed with exit code 2.