Skip to content

Commit 81210e3

Browse files
committed
feat: removed-local-catch-error
1 parent 9b3840a commit 81210e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ export class Flagsmith {
427427
}
428428
break;
429429
} catch (error) {
430-
if (error instanceof FlagsmithAPIError && error.message.includes('502')) {
431-
break;
432-
}
433430
throw error;
434431
}
435432
}

0 commit comments

Comments
 (0)