Skip to content

Commit

Permalink
fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerjames committed May 10, 2020
1 parent d98a722 commit 779f7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stringify.js
Expand Up @@ -80,7 +80,7 @@ var stringify = function stringify(
return serializeDate(value);
}
return value;
}).join(',');
});
}

if (obj === null) {
Expand Down

0 comments on commit 779f7a1

Please sign in to comment.