Skip to content

Commit b5080fa

Browse files
committed
chore: revert
1 parent 7b4391c commit b5080fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension/project.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from './config.js';
1919
import { urlCache } from './url-cache.js';
2020
import { callAdmin, createAdminUrl } from './utils/admin.js';
21-
import { configureAuthAndCorsHeaders, setAuthToken } from './auth.js';
21+
import { setAuthToken } from './auth.js';
2222

2323
export const DEV_URL = 'http://localhost:3000/';
2424

@@ -78,7 +78,6 @@ export async function updateProject(project) {
7878
projects.push(handle);
7979
await setConfig('sync', { projects });
8080
}
81-
await configureAuthAndCorsHeaders();
8281
log.info('updated project', project);
8382
return project;
8483
}

0 commit comments

Comments
 (0)