fix(webhook): processMedia message arguments #902
Annotations
10 errors and 3 warnings
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSource.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SOURCE"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSource.test.ts#L1
Type '{ data: { searchedText: string; sessionId: number; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SOURCE"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSource.test.ts#L1
Type '{ data: { searchedText: string; sessionId: number; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SOURCE"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SUBMISSION_CONSENT"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SUBMISSION_CONSENT"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SUBMISSION_CONSENT"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Property 'data' does not exist on type 'Result'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; messageId: string; messageType: string; }; postbackData: { sessionId: number; state: "ASKING_ARTICLE_SUBMISSION_CONSENT"; input: string; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Property 'data' does not exist on type 'Result'.
|
Run npm run typecheck:
src/webhook/handlers/__tests__/askingArticleSubmissionConsent.test.ts#L1
Type '{ data: { sessionId: number; searchedText: string; }; postbackData: { sessionId: number; input: string; state: "ASKING_ARTICLE_SUBMISSION_CONSENT"; }; userId: string; }' is not assignable to type 'ChatbotPostbackHandlerParams'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run npm run lint:
src/liff/components/ArticleCard.svelte#L104
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
Run npm run lint:
src/liff/components/Card.svelte#L24
A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
|
The logs for this run have expired and are no longer available.
Loading