Skip to content

should really type CanvasConfig, but need to directly import @oauth2-cli/canvas for that... #85

@github-actions

Description

@github-actions

// @ts-expect-error 2339 TODO should really type CanvasConfig, but need to directly import @oauth2-cli/canvas for that

        redirect_uri: process.env.CANVAS_REDIRECT_URI
      };
      if (process.env.CANVAS_TOKEN_STORE) {
        // @ts-expect-error 2339 TODO should really type CanvasConfig, but need to directly import @oauth2-cli/canvas for that
        canvasConfig.store = path.join(
          process.env.CANVAS_TOKEN_STORE,
          `${new URL(config.canvasInstanceUrl).hostname}.json`

Metadata

Metadata

Assignees

Labels

typescriptAcnkowledged and ignored TypeScript errors in working code

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions