Skip to content

Commit

Permalink
Merge branch 'main' into becca/osq-runtime-test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jul 26, 2024
2 parents 43b4400 + 0a2d44f commit 0f2c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/indexeddb/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func deserializeObject(ctx context.Context, slogger *slog.Logger, srcReader io.B

// First, we'll want the object property name. Typically, we'll get " (denoting a string),
// then the length of the string, then the string itself.
objPropertyStart, err := srcReader.ReadByte()
objPropertyStart, err := nextNonPaddingByte(srcReader)
if err != nil {
return obj, fmt.Errorf("reading object property: %w", err)
}
Expand Down

0 comments on commit 0f2c79a

Please sign in to comment.