isoformat
isoformat copied to clipboard
fix: Remove extra argument to formatYear call.
Within format.js the formatYear method is called with an extraneous argument, which can cause downstream errors when performing type checking with tsc. This PR simply removes the unneeded argument.