We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8988 commit c3ea89fCopy full SHA for c3ea89f
src/modules/cdn/utils.ts
@@ -125,12 +125,13 @@ export async function openCdnService(capi: Capi) {
125
});
126
return true;
127
} catch (e) {
128
- if (
129
- e.code !== 'ResourceInUse.CdnUserExists' &&
130
- e.code !== 'UnauthorizedOperation.OperationTooOften'
131
- ) {
132
- throw e;
133
- }
+ // if (
+ // e.code !== 'ResourceInUse.CdnUserExists' &&
+ // e.code !== 'UnauthorizedOperation.OperationTooOften'
+ // ) {
+ // throw e;
+ // }
134
+ // DO NOT THROW ERROR
135
return false;
136
}
137
0 commit comments