Skip to content

Commit

Permalink
fix: switch default to smallcaps
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Sep 27, 2022
1 parent f6eb272 commit 6aa87eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/marshal/src/marshal.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const makeMarshal = (
console.log('Temporary logging of sent error', err),
// Default to 'capdata' because it was implemented first.
// Sometimes, ontogeny does recapitulate phylogeny ;)
serializeBodyFormat = 'capdata',
// See what breaks if defaulting to `'smallcaps'`.
serializeBodyFormat = 'smallcaps',
} = {},
) => {
assert.typeof(marshalName, 'string');
Expand Down

0 comments on commit 6aa87eb

Please sign in to comment.