Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum committed Dec 18, 2024
1 parent e1ceeeb commit 24687a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions front/pages/w/[wId]/assistant/labs/transcripts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,7 @@ export default function LabsTranscriptsIndex({

await saveApiConnection(
defaultConfiguration.credentialId,
defaultConfiguration.provider,
true
defaultConfiguration.provider
);
} else {
if (!transcriptsConfigurationState.credentialId) {
Expand Down
1 change: 1 addition & 0 deletions sdks/js/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ const WhitelistableFeaturesSchema = FlexibleEnumSchema<
| "usage_data_api"
| "okta_enterprise_connection"
| "labs_transcripts"
| "labs_transcripts_modjo"
| "labs_transcripts_gong_full_storage"
| "labs_trackers"
| "document_tracker"
Expand Down

0 comments on commit 24687a9

Please sign in to comment.