fix: clone base db queries
This commit is contained in:
@@ -23,6 +23,7 @@ const getDynamicData = async (
|
||||
const stepBaseQuery = conditions.isCreator ? userSteps : allSteps;
|
||||
|
||||
const step = await stepBaseQuery
|
||||
.clone()
|
||||
.withGraphFetched({
|
||||
connection: true,
|
||||
flow: true,
|
||||
|
Reference in New Issue
Block a user