Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Oct 24, 2024
1 parent 42de6ea commit 5cfe08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/danswer/db/persona.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def update_all_personas_display_priority(

for persona in personas:
persona.display_priority = display_priority_map[persona.id]
db_session.commit()


def upsert_prompt(
Expand Down

0 comments on commit 5cfe08d

Please sign in to comment.