Skip to content

Commit

Permalink
PLEASE IM BEGGING YOU
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Nov 20, 2024
1 parent a1cc304 commit 8771d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def downgrade() -> None:
"bot_token": first_bot.bot_token,
"app_token": first_bot.app_token,
}
get_kv_store().save("slack_bot_tokens_config_key", tokens)
get_kv_store().store("slack_bot_tokens_config_key", tokens)
except Exception:
logger.warning("Failed to save tokens back to KV store")

Expand Down

0 comments on commit 8771d95

Please sign in to comment.