fix: resolve type errors and lint warnings in sync system

This commit is contained in:
2026-04-29 11:46:35 +08:00
parent a4cf2636e7
commit d79a2605ed
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { db } from "@/lib/db/index"
import { games } from "@/lib/db/schema"
import { eq, sql } from "drizzle-orm"
import { eq } from "drizzle-orm"
interface SteamAppDetails {
steam_appid: number