Skip to content

Commit

Permalink
fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Oct 29, 2023
1 parent 8de69a1 commit 31b509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/server/cc_pair/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class CCPairFullInfo(BaseModel):
id: int
name: str
new_docs_indexed: int
num_docs_indexed: int
connector: ConnectorSnapshot
credential: CredentialSnapshot
index_attempts: list[IndexAttemptSnapshot]
Expand Down

0 comments on commit 31b509f

Please sign in to comment.