Fix transactions within rest + limit (#14264)
This commit is contained in:
+2
@@ -156,6 +156,8 @@ export class WorkspaceSelectQueryBuilder<
|
||||
this.internalContext,
|
||||
);
|
||||
|
||||
this.take(1);
|
||||
|
||||
const result = await super.getOne();
|
||||
|
||||
const formattedResult = formatResult<T>(
|
||||
|
||||
Reference in New Issue
Block a user