Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use destination calendar email #12821

Merged
merged 18 commits into from
Feb 13, 2024

fix: cancel, request reschedule, paymeny

775ca2b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: use destination calendar email #12821

fix: cancel, request reschedule, paymeny
775ca2b
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Feb 13, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 50 ESLint warning(s) found

Details

Annotations

Check warning on line 30 in packages/app-store/_utils/useAddAppMutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/_utils/useAddAppMutation.ts#L30

[@typescript-eslint/no-unused-vars] 'useAddAppMutationVariables' is defined but never used. Allowed unused vars must match /^_/u.

Check warning on line 25 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L25

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 38 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L38

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 41 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L41

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 42 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L42

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 60 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L60

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 72 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L72

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 77 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L77

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 104 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L104

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 110 in packages/app-store/googlecalendar/tests/testUtils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/testUtils.ts#L110

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 5 in apps/web/app/WithAppDirSsg.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/WithAppDirSsg.tsx#L5

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 5 in apps/web/app/WithAppDirSsr.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/WithAppDirSsr.tsx#L5

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 12 in apps/web/app/WithEmbedSSR.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/WithEmbedSSR.tsx#L12

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 130 in apps/web/app/future/apps/[slug]/[...pages]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/future/apps/[slug]/[...pages]/page.tsx#L130

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 9 in apps/web/app/layoutHOC.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/layoutHOC.tsx#L9

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 16 in apps/web/app/layoutHOC.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/layoutHOC.tsx#L16

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 87 in apps/web/components/eventtype/EventAdvancedTab.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventAdvancedTab.tsx#L87

[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'formMethods'. Either include it or remove the dependency array.

Check warning on line 87 in apps/web/components/eventtype/EventAdvancedTab.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventAdvancedTab.tsx#L87

[react-hooks/exhaustive-deps] React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.

Check warning on line 235 in apps/web/components/eventtype/EventAvailabilityTab.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventAvailabilityTab.tsx#L235

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'eventType.schedule', 'eventType.scheduleName', 'getValues', 'isChildrenManagedEventType', 'isManagedEventType', 'setValue', 't', and 'watchSchedule'. Either include them or remove the dependency array.

Check warning on line 151 in apps/web/components/eventtype/EventTeamTab.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventTeamTab.tsx#L151

[@typescript-eslint/no-unused-vars] 'helperText' is defined but never used. Allowed unused args must match /^_/u.

Check warning on line 449 in apps/web/components/eventtype/EventTeamTab.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventTeamTab.tsx#L449

[@typescript-eslint/no-unused-vars] 't' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 266 in apps/web/components/eventtype/EventTypeSingleLayout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventTypeSingleLayout.tsx#L251-L266

[react-hooks/exhaustive-deps] React Hook useMemo has missing dependencies: 'eventType.id' and 'formMethods'. Either include them or remove the dependency array.

Check warning on line 262 in apps/web/components/eventtype/EventTypeSingleLayout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/components/eventtype/EventTypeSingleLayout.tsx#L262

[react-hooks/exhaustive-deps] React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked.

Check warning on line 13 in apps/web/lib/apps/[slug]/getStaticProps.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/lib/apps/[slug]/getStaticProps.tsx#L13

[@typescript-eslint/no-unused-vars] 'md' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 26 in apps/web/lib/team/[slug]/[type]/getServerSideProps.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/lib/team/[slug]/[type]/getServerSideProps.tsx#L26

[@typescript-eslint/no-unused-vars] 'queryDuration' is assigned a value but never used. Allowed unused vars must match /^_/u.