Skip to content

Commit

Permalink
fix: resolve frontend formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetanXpro committed Dec 29, 2024
1 parent c9a5295 commit 0a50488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/Session.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@
encrypt = await Encrypt.new(key);
const encryptedZeros = await encrypt.zeros();
const writeEncryptedZeros = writePassword
? await (await Encrypt.new(writePassword)).zeros()
: null;
const writeEncryptedZeros = writePassword
? await (await Encrypt.new(writePassword)).zeros()
: null;
srocket = new Srocket<WsServer, WsClient>(`/api/s/${id}`, {
onMessage(message) {
Expand Down

0 comments on commit 0a50488

Please sign in to comment.