fix: verify function with request types #111
Annotations
7 errors and 3 warnings
Test (18):
src/models/index.ts#L4
'"./strategyOptions"' has no exported member named 'StrategyOptionWithRequest'. Did you mean 'StrategyOptionsWithRequest'?
|
Test (18):
src/strategy.ts#L87
Argument of type '{ authorizationURL: string; tokenURL: string; passReqToCallback?: false | undefined; clientType: "public" | "private" | "confidential"; clientID: string; clientSecret: string; userProfileURL?: string | undefined; ... 9 more ...; proxy?: any; } | { ...; }' is not assignable to parameter of type 'StrategyOptions'.
|
Test (18)
Process completed with exit code 2.
|
Test (16)
The operation was canceled.
|
Test (14):
src/models/index.ts#L4
'"./strategyOptions"' has no exported member named 'StrategyOptionWithRequest'. Did you mean 'StrategyOptionsWithRequest'?
|
Test (14):
src/strategy.ts#L87
Argument of type '{ authorizationURL: string; tokenURL: string; passReqToCallback?: false | undefined; clientType: "public" | "private" | "confidential"; clientID: string; clientSecret: string; userProfileURL?: string | undefined; ... 9 more ...; proxy?: any; } | { ...; }' is not assignable to parameter of type 'StrategyOptions'.
|
Test (14)
The operation was canceled.
|
Test (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (14)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|