Skip to content

Commit

Permalink
fix(docs): remove separator
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 16, 2024
1 parent a2e5bd3 commit a769be0
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 @@ -138,7 +138,7 @@ function generateKey(
// you can do this however you want
const encodedFileSeed = encodeBase64(fileSeed);

return `${encodedAppId}:${encodedFileSeed}`;
return `${encodedAppId}${encodedFileSeed}`;
}
```

Expand Down

0 comments on commit a769be0

Please sign in to comment.