patch: remove excess code

This commit is contained in:
Akhilesh Rangani 2024-06-16 19:18:19 -04:00
parent 186d765682
commit ba0fab6856

View File

@ -128,12 +128,6 @@ export default {
.returning()
.get()
// Create a new association record in the users_to_sandboxes table
await db
.insert(usersToSandboxes)
.values({ userId, sandboxId: sb.id, sharedOn: new Date() })
.get();
const initStorageRequest = new Request(
`${env.STORAGE_WORKER_URL}/api/init`,
{