1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

bump some deps

This commit is contained in:
2022-04-27 09:46:50 -04:00
parent 5e340f776b
commit e0d13c874d
3 changed files with 42 additions and 31 deletions

View File

@@ -32,9 +32,6 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
onFailedAttempt: (error) => {
console.warn(`Attempt ${error.attemptNumber} failed, trying again...`);
},
// TODO: figure this out
// https://github.com/DefinitelyTyped/DefinitelyTyped/commit/6f77b38130593a06e1988f1d3df162823ae186af
// @ts-ignore
retries: 3,
});