feat: add mime type field to files

This commit is contained in:
2025-09-14 18:49:28 +00:00
parent 67383c1c4e
commit bcde0532fc
4 changed files with 10 additions and 2 deletions

View File

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