Skip to content

Commit

Permalink
removing uncessary call
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Mar 13, 2023
1 parent 4654809 commit a1bfb9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/releaser/db/sync-database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export async function createAssetDb(assetRepo: string = "/tmp/assets", assetDb:
return Promise.resolve();
}

createAssetDb();

async function getNumberOfAssetsInDb(db): Promise<number> {
const result = await db.get("SELECT COUNT(*) AS count FROM asset");
return result.count;
Expand Down

0 comments on commit a1bfb9a

Please sign in to comment.