Dominik Repkovský
Results
2
comments of
Dominik Repkovský
+1 this should definitely be checked upon ```ts // backend .post( '/', async (ctx) => { return ctx.db.transaction(async (trx) => { return ctx.resourcesService.createFromUrl(trx, { organizationId: ctx.organization!.id, url: ctx.body.url, caption: ctx.body.caption,...
> Hi [@matthijs166](https://github.com/matthijs166), sorry for my comment. I tried the latest version. But could not make the auto run work. Maybe I am missing something. > > I have uploaded...