chore(cli): remove all explicit return types (#573)

This commit is contained in:
Aman Varshney
2025-09-11 10:00:59 +05:30
committed by GitHub
parent 2b97093a1d
commit 0bfb3cfda0
45 changed files with 113 additions and 157 deletions

View File

@@ -7,7 +7,7 @@ export async function getDatabaseChoice(
database?: Database,
backend?: Backend,
runtime?: Runtime,
): Promise<Database> {
) {
if (backend === "convex" || backend === "none") {
return "none";
}