Raphael Serafim
Raphael Serafim
Oficial: ``` https://servicebus2.caixa.gov.br/portaldeloterias/api/lotofacil/ ```
I have the same error here
up Same here
My solution for now is this `export async function fixJSON(filePath: string) { const jsonString = await fsPromises.readFile(filePath, "utf8"); try { return JSON.parse(jsonString); } catch (error) { if (error instanceof SyntaxError)...
> > My solution for now is this > > `export async function fixJSON(filePath: string) { const jsonString = await fsPromises.readFile(filePath, "utf8"); try { return JSON.parse(jsonString); } catch (error) {...
Estou começando uma API com o Sicredi
Tinha me esquecido de compartilhar [https://github.com/raphaelvserafim/api-sicredi-pix](https://github.com/raphaelvserafim/api-sicredi-pix)