opencode-supertask 0.1.1 → 0.1.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/dist/web/index.js CHANGED
@@ -16571,7 +16571,6 @@ function getMigrationsFolder() {
16571
16571
  }
16572
16572
  function initDb() {
16573
16573
  const dataDir = dirname(DB_FILE_PATH);
16574
- const dbExisted = existsSync(DB_FILE_PATH);
16575
16574
  if (!existsSync(dataDir)) {
16576
16575
  mkdirSync(dataDir, { recursive: true });
16577
16576
  }