so couple things based on your code snippet: ```typescript if (format == 'json') { const ini
so couple things based on your code snippet:
const defines init, but init is already defined so you will want to remove "const" there
const defines init, but init is already defined so you will want to remove "const" there
