Skip to content

Commit 961cf54

Browse files
committed
Removed unnecessary file write in seeder
1 parent efabed9 commit 961cf54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/data-connect/test/emulatorSeeder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export async function setupQueries(
8282
connection_string:
8383
'postgresql://postgres:secretpassword@localhost:5432/postgres?sslmode=disable'
8484
};
85-
fs.writeFileSync('./emulator.json', JSON.stringify(toWrite));
8685
return fetch(`http://localhost:${EMULATOR_PORT}/setupSchema`, {
8786
method: 'POST',
8887
body: JSON.stringify(toWrite)

0 commit comments

Comments
 (0)