feat: impl file delete

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-09-14 10:59:49 +00:00
parent aa3c086f03
commit a67a8795d8
12 changed files with 259 additions and 69 deletions

View File

@@ -4,7 +4,7 @@ import { query } from "./_generated/server"
export const getCurrentUser = query({
handler: async (ctx) => {
return await ctx.db.get(
"j574n657f521n19v1stnr88ysd7qhbs1" as Id<"users">,
"jd7ampv4m200xr4yk2cfncccmh7qhj34" as Id<"users">,
)
},
})