witek
witek
MManifest
Created by witek on 4/14/2025 in #questions-🙋
No relations in findOneById
Great, thanks for fix and info.
4 replies
MManifest
Created by witek on 4/14/2025 in #questions-🙋
No relations in findOneById
For now I just use a workaround like that
const images = await manifest.from('images').with(['project'])
.where('project.id = ' + projectIdNum).find();
const images = await manifest.from('images').with(['project'])
.where('project.id = ' + projectIdNum).find();
4 replies