This commit is contained in:
2025-06-18 18:30:22 +05:00
parent 46dc5fa25f
commit 00f4e56b33
8 changed files with 126 additions and 14 deletions
-2
View File
@@ -47,8 +47,6 @@ export default async function createApp(
})
.returning();
console.log(appsOfServer);
return appsOfServer;
} catch (error) {
console.log((error as Error).message);