diff --git a/src/api-binder/poll.ts b/src/api-binder/poll.ts index a04458a2..5cf28e2b 100644 --- a/src/api-binder/poll.ts +++ b/src/api-binder/poll.ts @@ -120,6 +120,7 @@ export const update = async ( const got = await getGotInstance(); const { statusCode, headers, body } = await got(endpoint, { + retry: { limit: 0 }, headers: { Authorization: `Bearer ${deviceApiKey}`, 'If-None-Match': cache?.etag,