Closed danielfinke closed 1 year ago
Where encode_att_name is used (couchbeam.erl L846), the expected type is a binary, not a list, so convert the return value to a binary.
encode_att_name
Where
encode_att_name
is used (couchbeam.erl L846), the expected type is a binary, not a list, so convert the return value to a binary.