Skip to content

Commit dc308a9

Browse files
fix: prevent seed-app-store startup crash by removing undefined seedAppData call (calcom#26400)
Co-authored-by: Volnei Munhoz <volnei@cal.com>
1 parent ccff004 commit dc308a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/seed-app-store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export default async function main() {
256256
if (require.main === module) {
257257
(async () => {
258258
await main();
259-
await seedAppData();
260259
})()
261260
.catch((e) => {
262261
console.error(e);

0 commit comments

Comments
 (0)