Skip to content

Commit

Permalink
Break a line to appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed Aug 13, 2024
1 parent 0d9c86b commit becbde1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/media-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export class MediaProxy {
// - At offset 65: MediaMetadata.endDt, encoded as a Big-Endian double (matching JS' `number` type).
// An undefined endDt is encoded as a -1. 8 bytes.
// - At offset 73: the MXC of the media content, until the end of the buffer.
// The payload, for the purpose of generating the signature, is the byte-encoded endDt concatenated with the byte-encoded MXC.
// The payload, for the purpose of generating the signature,
// is the byte-encoded endDt concatenated with the byte-encoded MXC.
const version = Buffer.allocUnsafe(1);
version.writeInt8(1);

Expand Down

0 comments on commit becbde1

Please sign in to comment.