Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Sep 11, 2023
1 parent abd1ed1 commit c21a9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const getChannelAvatar = (source: string) => {
case 'GMail connector':
return <GmailAvatar />;

default:
default:
return <AiryAvatar />;
}
};
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript/model/Source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export enum Source {
feast = 'feast',
faiss = 'faiss',
faissConnector = 'faissConnector',
llama2 = "llama2",
llama2 = 'llama2',
openaiConnector = 'openaiConnector',
pineconeConnector = 'pineconeConnector',
chroma = 'chroma',
Expand Down

0 comments on commit c21a9fe

Please sign in to comment.