Skip to content

Commit 7b4391c

Browse files
committed
chore: revert
1 parent 68b34c1 commit 7b4391c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export async function configureAuthAndCorsHeaders() {
151151
log.debug(`addAuthTokensHeaders: added rules for ${owner}`);
152152
return rules;
153153
});
154+
154155
const addRules = (await Promise.all(addRulesPromises)).flat();
155156
if (addRules.length > 0) {
156157
await chrome.declarativeNetRequest.updateSessionRules({

0 commit comments

Comments
 (0)