chore: remove TODO comments and clean up code annotations

This commit is contained in:
Mauricio Siu
2025-03-01 22:21:03 -06:00
parent 13eccaf8d9
commit c51d63a4df
5 changed files with 0 additions and 11 deletions

View File

@@ -48,7 +48,6 @@ import { z } from "zod";
type DbType = typeof mySchema._type.type;
// TODO: Change to a real docker images
const dockerImageDefaultPlaceholder: Record<DbType, string> = {
mongo: "mongo:6",
mariadb: "mariadb:11",