mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-15 17:38:56 +03:00
Declare variable key in the get_user example
As the variable `key` is not defined, the example could generate a little of confusion in my opinion.
If we don't want to add more complexity using `format()`, we should be also able to just do `key = "user.{user_id}`.
This commit is contained in:
Reference in New Issue
Block a user