opencode-studio-server 1.12.1 → 1.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1918,12 +1918,6 @@ function syncAntigravityPool() {
|
|
|
1918
1918
|
const profileDir = path.join(AUTH_PROFILES_DIR, namespace);
|
|
1919
1919
|
|
|
1920
1920
|
if (!accounts.length) {
|
|
1921
|
-
if (fs.existsSync(profileDir)) fs.rmSync(profileDir, { recursive: true, force: true });
|
|
1922
|
-
const metadata = loadPoolMetadata();
|
|
1923
|
-
if (metadata[namespace]) {
|
|
1924
|
-
delete metadata[namespace];
|
|
1925
|
-
savePoolMetadata(metadata);
|
|
1926
|
-
}
|
|
1927
1921
|
return;
|
|
1928
1922
|
}
|
|
1929
1923
|
|