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 8635312 commit 8a3632c
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 @@ -239,7 +239,7 @@ function generate_key(string $file_seed, string $appId): string {
$sqids = new Sqids($alphabet, 12);

$encodedAppId = $sqids->encode(
[abs(hashString($appId))]
[abs(hash_string($appId))]
);

return $encodedAppId . base64_encode($file_seed);
Expand Down

0 comments on commit 8a3632c

Please sign in to comment.