Skip to content

Commit

Permalink
Update docs/src/app/(docs)/uploading-files/page.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
juliusmarminge and coderabbitai[bot] authored Oct 29, 2024
1 parent 8a3632c commit b7bfe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/uploading-files/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def shuffle(string: str, seed: str) -> str:


def generate_key(file_seed: str, app_id: str) -> str:
alphabet = shuffle(constants.DEFAULT_ALPHABET, app_id)
alphabet = shuffle(DEFAULT_ALPHABET, app_id)

encoded_app_id = Sqids(alphabet, min_length=12).encode(
[abs(hash_string(app_id))]
Expand Down

0 comments on commit b7bfe56

Please sign in to comment.