Closed sanchric-forvia closed 4 months ago
On a project, models are at this kind of route
app/models/example/v1_0/model.ts
the get files function was runnig asyn on depper levels, causing race conditions and returning and empty result, my quick fix was add await on recursive get files
Oh.. thx... I forgot to put an await in there.
Fixed in 3.50.0!
On a project, models are at this kind of route
the get files function was runnig asyn on depper levels, causing race conditions and returning and empty result, my quick fix was add await on recursive get files