Martin Kaller
Results
1
issues of
Martin Kaller
I have two models, `Photo` which holds a reference to `Location`. With the following endpoint ```ts import Photo from "~/server/models/Photo" export default defineEventHandler(async (event) => { try { return await...
bug
PR welcome