patch: remove excess code
This commit is contained in:
parent
186d765682
commit
ba0fab6856
@ -128,12 +128,6 @@ export default {
|
|||||||
.returning()
|
.returning()
|
||||||
.get()
|
.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(
|
const initStorageRequest = new Request(
|
||||||
`${env.STORAGE_WORKER_URL}/api/init`,
|
`${env.STORAGE_WORKER_URL}/api/init`,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user