mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update
This commit is contained in:
@@ -14,6 +14,7 @@ export const createServer = async (
|
||||
.values({
|
||||
...input,
|
||||
userId: userId,
|
||||
createdAt: new Date().toISOString(),
|
||||
})
|
||||
.returning()
|
||||
.then((value) => value[0]);
|
||||
|
||||
Reference in New Issue
Block a user